简体   繁体   中英

Tortoise SVN merge of 2 repositories

I have 2 repositories that I would like to merge. I would like to take the 1st repo [PRIMARY] and pull in all the content from the 2nd repo [SECONDARY]. They don't share content so I don't need merge different versions of the same file. I would like to retain file history of the elements in SECONDARY when they are pulled into PRIMARY.

How would I go about this using TortoiseSVN 1.5.2?

In short: You can't (at least with Tortoise).

But the Subversion FAQ describes a way (Using svn dump and svn load).

我不知道你可以合并历史(PRIMARY将有r123和SECONDARY将有自己的r123)但你可以设置一个外部

I don't think it's even possible to merge two repositories in this way. Even if you could do it then you'd still have the problem that the old revision numbers are now meaningless.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM