SVN重命名目录,维护文件历史记录

发布于 2024-08-18 17:38:57 字数 227 浏览 7 评论 0原文

我最初创建 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不吻晚风 2024-08-25 17:38:57

如果我没记错的话,在查看日志时,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文