SVN Rename directory, maintain file history

核能气质少年 提交于 2019-12-04 12:14:23

问题


I originally created my svn repository without the suggested trunk, branches, tags structure.

It looks something like this.

/src
/src/file.txt
/src/file2.txt

I used TortoiseSVN to rename the /src directory to /projectName/trunk/src; however, now I can't easily view the history of a file within the directory structure using Show Log. Is there a better way to do this to maintain a continuous history of all the files?


回答1:


Tortoise defaults to Stop on copy when viewing logs, if I remember right. If you uncheck that box on the log viewer, then you'll be able to see the entire history of the files/directories.



来源:https://stackoverflow.com/questions/2104289/svn-rename-directory-maintain-file-history

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