SVN move single directory into other repository (with history)

旧城冷巷雨未停 提交于 2019-11-29 20:37:37
Tim Henigan

Check out svndumpfilter and this section on Repository Maintenance.

Once you have a dumpfile for the entire old repository, you can use svndumpfilter to extract just the portion that you want.

I am not aware of a way to do this with TortoiseSVN.

noisiveRevision

A little late to the party, but... if you have pulled local copies of both repositories using TortoiseSVN, you can actually copy a directory from one to the other with history by right-clicking on the directory (or file) from Repo1 and dragging it to Repo2. When you release the mouse you will get this list of options:

"SVN Export versioned items here" will copy (recursively) with history.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!