SVN重命名目录,维护文件历史记录
我最初创建 svn 存储库时没有建议的主干、分支、标签结构。
它看起来像这样。
/src
/src/file.txt
/src/file2.txt
我使用TortoiseSVN将/src目录重命名为/projectName/trunk/src;但是,现在我无法使用“显示日志”轻松查看目录结构中文件的历史记录。有没有更好的方法来保持所有文件的连续历史记录?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话,在查看日志时,Tortoise 默认为
Stop on copy
。如果您取消选中日志查看器上的该框,那么您将能够看到文件/目录的完整历史记录。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.