[RFC] bzr.jrydberg.versionedfile

Harald Meland harald.meland at usit.uio.no
Mon Dec 19 10:58:31 GMT 2005


[James Blackwell]

> On Mon, Dec 19, 2005 at 04:24:21AM +0100, Johan Rydberg wrote:
>> Hi,
>> 
>> During the last week I've done some more work on my versionedfile
>> branch, and have implemented the knit history format.  There is still
>> a lot of things to do, but I think it is in the state where you as a
>> public user can give it a try.
>> 
>
> Would this accurately cover all areas? 
>
> Knit format
>    http://repo.panadafs.org/bzr/knit/bzr.jrydberg.versionedfile/
>    rsync -av repo.pandafs.org::bzr/knit/bzr.jrydberg.versionedfile/ .

Eek.  I don't think you want the trailing / in that rsync command, as
it will muck up your current directory; use

    rsync -av repo.pandafs.org::bzr/knit/bzr.jrydberg.versionedfile .

instead.

> Weave format
>    http://repo.panadafs.org/bzr/bzr.jrydberg.versionedfile/
>    rsync -av repo.panadafs.org::bzr/bzr.jrydberg.versionedfile .

Yeah, like that. :-)
-- 
Harald




More information about the bazaar mailing list