Stephen Leake | 1 May 16:08
Favicon

Re: xmtn-revision-get-file-revision vs write-file-hooks

Christian Ohler <ohler+mtn <at> fastmail.net> writes:

>> The purpose of xmtn-revision-get-file-revision seems to be (it doesn't
>> have a doc string)
>
> The theory behind not having a docstring for this function is that it
> only implements an interface specified in DVC-API; the only thing the
> docstring might say is "xmtn's implementation of
> `revision-get-file-revision'", but this is implicitly understood
> anyway, since every function whose name has the prefix "xmtn-dvc-" is
> an implementation of the respective DVC API function.  So there's
> nothing to document.  Only deviations from or extensions of the
> generic contract should be documented.

Ok, that makes sense.

> In practice, however, the specification of this interface is missing
> in DVC-API, and the function name prefix is just "xmtn-" instead of
> "xmtn-dvc-", since DVC looks for the function under this wrong name
> due to an apparent typo in the DVC core.  These are bugs.

Ok. I'll try to notice and fix them when I run across them.

>> to get the contents of a particular file revision
>> into a buffer, and also into a file. Sometimes that file is a temp
>> file (as in the diff case), sometimes a user-requested file (when
>> retrieving an old revision for other reasons).
>
> It always puts the file contents into a buffer, never into a file.

(Continue reading)

Matthieu Moy | 1 May 19:08
Picon
Picon
Favicon

Re: DVC and git

Vincent Ladeuil <v.ladeuil <at> free.fr> writes:

> Hi Matthieu,
       ^^

>>>>>> "Mathieu" == Matthieu Moy <Matthieu.Moy <at> imag.fr> writes:
          ^

(is your mailer automatically adding this spelling mistake to my
name ;-) ?)

>     Mathieu> Hi,
>
> <snip/>
>
>     Mathieu> I'm migrating some of my project to git, which seems
>     Mathieu> to be a really cool version control system. I'll try
>     Mathieu> to find some time to see what has to be done here.
>
> Just out of curiosity: AIUI, you migrated from GNU Arch to bzr,
> why are you migrating to git now ?

I have several reasons to migrate away from bzr:

1) Total absence of trust in Canonical. The way they did the baz ->
   bzr transition is unacceptable. They actually abandonned Bazaar
   1.x's developpment in Jully 2005, in October 2005, the were still
   ignoring the bug reports, not working at all on it, but still
   letting me wasting my time on it. I spent tens of hours following
   the promise that Bazaar was still maintained. In February 2006,
(Continue reading)

Stephen Leake | 2 May 11:44
Favicon

rev 173: merged from Stefan, Christian; replace oelp with elp

Committed revision 173

I removed the work-around of binding 'copyright-update' in
xmtn-dvc.el, and replaced oelp with elp in xmtn-tests.el.

--

-- 
-- Stephe
Thomas Moschny | 3 May 14:51
Picon
Picon
Gravatar

files not installed

Hi!

Using revision 168 from http://bzr.xsteve.at/dvc/, make install doesn't copy 
the xmtn-dvc.* files into to the target lisp dir, so I had to manually copy 
them there.

Regards,
Thomas

--

-- 
Thomas Moschny  <thomas.moschny <at> gmx.de>
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Stefan Reichör | 3 May 21:50
Picon

[commit] rev 169: xhg: use relative file names for adding, deleting and reverting

Committed revision 169 to http://bzr.xsteve.at/dvc/

xhg: use relative file names for adding, deleting and reverting
Stefan Reichör | 3 May 22:19
Picon

[commit] rev 170: Merged from Stephen Leake

Committed revision 170 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake
    ------------------------------------------------------------
    revno: 162.1.11
    merged: stephe <at> acs1100007992-20070502093747-7z6anf79qa4j2m3a
    committer: stephe <stephe <at> ACS1100007992>
    branch nick: dvc
    timestamp: Wed 2007-05-02 05:37:47 -0400
    message:
      fix paren error in previous merge
    ------------------------------------------------------------
    revno: 162.1.10
    merged: stephe <at> acs1100007992-20070502092041-k2hk64u70jmosa0v
    committer: stephe <stephe <at> ACS1100007992>
    branch nick: dvc
    timestamp: Wed 2007-05-02 05:20:41 -0400
    message:
      merged from Stefan, Christian
    ------------------------------------------------------------
    revno: 162.1.9
    merged: stephe <at> acs1100007992-20070502085141-8cdam6085h1ipt0s
    committer: stephe <stephe <at> ACS1100007992>
    branch nick: dvc
    timestamp: Wed 2007-05-02 04:51:41 -0400
    message:
      replace oelp (not in Gnu Emacs distribution) with elp (in Gnu Emacs distribution)
    ------------------------------------------------------------
    revno: 162.1.8
    merged: stephe <at> acs1100007992-20070430003311-mgw5chuzbri7wlle
(Continue reading)

Stefan Reichör | 7 May 21:17
Picon

[commit] rev 171: Implemented bzr-rename

Committed revision 171 to http://bzr.xsteve.at/dvc/

Implemented bzr-rename
Stefan Reichör | 7 May 21:28
Picon

[commit] rev 172: First step to use git instead of cogito: renamed cg-* to xgit-*

Committed revision 172 to http://bzr.xsteve.at/dvc/

First step to use git instead of cogito: renamed cg-* to xgit-*

  WARNING: This patch removes the cogito support, but the git support
  is not yet usable. I will implement a usabel git support in the next days/weeks...
Stefan Reichör | 7 May 21:37
Picon

Re: files not installed

Thomas Moschny <thomas.moschny <at> gmx.de> writes:

> Hi!
>
> Using revision 168 from http://bzr.xsteve.at/dvc/, make install doesn't copy 
> the xmtn-dvc.* files into to the target lisp dir, so I had to manually copy 
> them there.

I cannot reproduce this problem here.

When I run sudo make install, all lisp files are copied to
/usr/local/share/emacs/site-lisp/dvc

Can you provide some more details for your problem?

Stefan.
Thomas Moschny | 7 May 21:53
Picon
Picon
Gravatar

Re: files not installed

Stefan Reichör writes:
> Thomas Moschny <thomas.moschny <at> gmx.de> writes:
> > Using revision 168 from http://bzr.xsteve.at/dvc/, make install doesn't
> > copy the xmtn-dvc.* files into to the target lisp dir, so I had to
> > manually copy them there.
>
> I cannot reproduce this problem here.

Me neither. In rev. 172, the problem is not there anymore.

Thanks,
Thomas

--

-- 
Thomas Moschny  <thomas.moschny <at> gmx.de>
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev

Gmane