Converting a Repository, Starting at a Specific Revision
Nathan Goldbaum
nathan12343 at gmail.com
Tue Dec 2 01:21:50 UTC 2014
"hg help convert" mentions the following config option, which can be passed
as a --config argument to "hg convert":
convert.hg.revs
revset specifying the source revisions to convert.
Of course that will only work if you are converting from a mercurial
repository.
-Nathan
On Mon Dec 01 2014 at 5:02:06 PM Jensen, Aaron <ajensen at webmd.net> wrote:
> We want to split part of our large repository (143,760 changesets, 5GB+
> in size) into its own repository. Here’s our filemap:
>
>
>
> include "Module1"
>
> rename "Module1" "."
>
>
>
> The part we are splitting off, the Module1 directory, came into existence
> around changeset 90,000. Is there a way I can tell Mercurial to start
> converting at a specific revision? I’d like the convert to go a little
> faster and avoid waiting for it to checking 90,000 changesets which I
> *know* it won’t need to convert.
>
>
>
> I found the Convert extensions’s talk page
> <http://mercurial.selenic.com/wiki/ConvertExtension/Talk>, which I think
> says I can, but it doesn’t include any examples and I don’t understand the
> solution it proposes.
>
>
>
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20141202/947bba6e/attachment-0002.html>
More information about the Mercurial
mailing list