Question

I've got tough problem. I've got a few repos, let's say: A B C D And what I want to do is to import content from these to another new one, let's say repo E.\ Of course with the revision history of all of these repos. And other thing is that I want to export from A and B only % of content (not all repos).

Can it be done? Any chances?

Was it helpful?

Solution

svnadmin dump and svnadmin load are your friends here.

Once you have a dump from the old repos, you can filter out the bits you do not want using svndumpfilter. You can also edit the dump files to change the paths of the files (carefully) so your old repos will populate the new repo in the organisation you would like.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top