2

I had been using one big mercurial repository before, and now I'd like to move to a subrepository structure. Is there a way to split the original one into smaller chunks and keep only the relevant history?

I'd like to avoid large clones of obsolete data.

Thanks!

flag

1 Answer

2

Nevermind, it wasn't here, but this answer at stackoverflow answered the question:

http://stackoverflow.com/questions/257767/can-i-split-a-mercurial-repository

link|flag
Yup, the convert extension is exactly what you want. – Tyler Hicks-Wright Oct 27 2010 at 22:45

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.