Your help needed with the Mercurial book

Arne Babenhauserheide arne_bab at web.de
Sat Apr 18 13:41:49 CDT 2009


Am Samstag 18 April 2009 11:04:48 schrieb Adrian Buehlmann:
> Mercurial 1.1 introduced a new naming scheme (named "fncache") for the
> files inside the store (with an important bugfix released with Mercurial
> 1.1.1).
>
> Mercurial 1.1.1 (or later) can convert a local repository A in new layout
> to a repo B in old layout using the command:
>
>    hg --config format.usefncache=0 clone --pull A B
>
> Repo B can then be used with Mercurial 1.0 (and older).
>
> See http://www.selenic.com/mercurial/wiki/index.cgi/fncacheRepoFormat

But there is a still simpler way: 
$ hg serve # on the source machine (IP)
$ hg clone IP:8000 REPO

The wire protocol didn't change, so you can just clone the served repo. 

And I think that this information should be in the book, too. 

Best wishes, 
Arne
-- 
-- Ein Würfel System: http://1w6.org - einfach saubere (Rollenspiel-) Regeln.
-- Infinite Hands: http://infinite-hands.draketo.de - singing a part of the 
history of free software.
-- My stuff: http://draketo.de - stories, songs, poems, programs and stuff :)

-- PGP/GnuPG: http://draketo.de/inhalt/ich/pubkey.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://selenic.com/pipermail/mercurial/attachments/20090418/da1a2a5f/attachment.pgp 


More information about the Mercurial mailing list