문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top