Backup each changeset in isolation?

Thomas Arendsen Hein thomas at intevation.de
Fri Jun 9 07:50:55 CDT 2006


* Robert Feldt <robert.feldt at gmail.com> [20060609 14:25]:
> The bundle command looks interesting but it requires another repo to
> diff against and that is awkward and potentially unusuable for very
> large repos.
> 
> Basically I want something similar to
> 
> svnadmin dump myrepo -r changeset_num --incremental

It would be very easy to add a -r/--rev switch to bundle which does
that, it's just that nobody did it yet.

http://www.selenic.com/mercurial/bts/issue76 talks about the related
problem of not only bundling a specific revision, but all revisions
between A and B.

If your changesets don't contain binary data, you can of course fall
back to 'hg export'.

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/


More information about the Mercurial mailing list