从 1.4.6 升级后,Visual SVN 1.5 中不再显示日志
问题是升级后显示日志无法正常显示。
我将我的存储库从 Linux 的 SVN 1.4.6 升级到 Windows 中的 Visual SVN 1.5。
解释此处的步骤:
- 我从 1.4.6 SVN 获取了完整的 SVN 存储库 - 假设存储库名称为 Repo1.4.6
我使用以下命令升级了 SVN1.4.6
svnadmin升级Repo1.4.6
存储库Repo1.4.6包含修订号。 1 到 1000
- 我只转储了 Repo1.4.6 的最后 20 个修订版 上述命令使用的命令是:
svnadmin dump Repo1.4.6 -r 980:1000 >DRepo1.4.6
Drepo1.4.6 是转储名称。
- 在 Visual SVN 1.5 中创建了一个新存储库 - 假设存储库名称为 Repo1.5
- 我使用以下命令将其上传到转储到新的 Repo1.5
svnadmin load Repo1.5 > DRepo1.4.6
- 测试了 Repo1.5,它具有所有 20 个修正正确。我也可以办理入住。
- 但是当我通过乌龟SVN的Repo浏览器访问Repo1.5并查看显示日志时,没有看到20个修订版和新修订版的先前日志注释。
如果我在这里错过了任何步骤,请告诉我并帮助我查看日志。
The question is regarding show logs are not coming properly after upgrading.
I upgraded my repository from SVN 1.4.6 from Linux to Visual SVN 1.5 in windows.
Explaining the steps here:
- I took the complete SVN repo from 1.4.6 SVN - say Repository name as Repo1.4.6
I upgraded the SVN1.4.6 using below command
svnadmin upgrade Repo1.4.6
The Repository Repo1.4.6 consists of revisions no. 1 to 1000
- I took dump of only last 20 revsions from Repo1.4.6
Command used for the above is:
svnadmin dump Repo1.4.6 -r 980:1000 >DRepo1.4.6
Drepo1.4.6 is dump name.
- Created a new repository in Visual SVN 1.5 - say repository name as Repo1.5
- I uploaded to the Dump to new Repo1.5 using the below command
svnadmin load Repo1.5 >DRepo1.4.6
- Tested the Repo1.5 it has all the 20 revisions correctly. I am able to check in also.
- But when I access the Repo1.5 through Repo broser of tortoise SVN and checked show logs.The previous log comments of 20 revisions and new revisions are not seen.
Please let me know if any steps I missed out here and help me to see the logs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须清除 TSVN 中的日志缓存:
“设置”对话框 ->“保存的数据”。单击“日志消息(显示日志对话框)”的“清除”按钮。
You have to clear the log cache in TSVN:
Settings dialog->Saved Data. Click the "clear" button for "log messages (show log dialog)".