org.tigris.subversion.javahl.ClientException 用于创建标签
自从我安装了 VisualSVN for Visual Studio 附带的 Tortoise 以来,我遇到了问题。 从 eclipse 我无法创建标签。 我有以下错误消息。
org.tigris.subversion.javahl.ClientException: svn: File not found: revision 392, path '/InitGabaritExcel/trunc/InitGabaritExcel/trunc'
svn: '/repository_svn/!svn/bc/392/InitGabaritExcel/trunc' path not found: 404 Not Found (https://xxxxx)
org.tigris.subversion.javahl.ClientException: svn: File not found: revision 392, path '/InitGabaritExcel/trunc/InitGabaritExcel/trunc'
svn: '/repository_svn/!svn/bc/392/InitGabaritExcel/trunc' path not found: 404 Not Found (https://xxxx)
事实上,路径 InitGabaritExcel/trunc/InitGabaritExcel/trunc
不存在。 正确的路径是 InitGabaritExcel/trunc
谢谢您的帮助。
I have a problem since I installed Tortoise comes with VisualSVN for Visual Studio.
From eclipse I can not create TAG.
I have the following error message.
org.tigris.subversion.javahl.ClientException: svn: File not found: revision 392, path '/InitGabaritExcel/trunc/InitGabaritExcel/trunc'
svn: '/repository_svn/!svn/bc/392/InitGabaritExcel/trunc' path not found: 404 Not Found (https://xxxxx)
org.tigris.subversion.javahl.ClientException: svn: File not found: revision 392, path '/InitGabaritExcel/trunc/InitGabaritExcel/trunc'
svn: '/repository_svn/!svn/bc/392/InitGabaritExcel/trunc' path not found: 404 Not Found (https://xxxx)
Indeed, the path InitGabaritExcel/trunc/InitGabaritExcel/trunc
does not exist.
The right path is InitGabaritExcel/trunc
Thank you for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在从主干创建新分支时,我在 Eclipse(版本:Mars.2 Release (4.5.2))和 Subclipse 1.8.x 中遇到了类似的问题。
当我将 subclipse 版本升级到 1.10.13 时,这个问题得到了解决。 Eclipse 和 Subclipse 都需要兼容。
I had a similar problem with Eclipse (Version: Mars.2 Release (4.5.2)) and Subclipse 1.8.x, while creating a new branch from the trunk.
It was resolved when I upgraded my subclipse version to 1.10.13. Both Eclipse and Subclipse need to be compatible.
它是
trunk
而不是trunc
:It is
trunk
nottrunc
: