Hi,
I am looking for a possibility to split my repository into more parts and keep the history of it. Is there a way to reach the goal? I found a kind of solution for it, but I am not sure if it’s exactly what I am looking for.
svnadmin dump myRepo > /tmp/myRepo1.dump
Svndumpfilter include myRepo1 --drop-empty-revs --renumber-revs < /tmp/myRepo
Svnadmin create myNextRepo
Svnadmin load myNextRepo < /tmp/myRepo1.dump
Thank you in Advice for hints!
Regards
Kamil.
Last updated