org.tigris.subversion.javahl.ClientException 用于创建标签

发布于 2025-01-08 09:54:47 字数 735 浏览 1 评论 0原文

自从我安装了 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 技术交流群。

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

发布评论

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

评论(2

隔岸观火 2025-01-15 09:54:47

在从主干创建新分支时,我在 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.

庆幸我还是我 2025-01-15 09:54:47

它是 trunk 而不是 trunc

https://xxxxx//repository_svn/InitGabaritExcel/trunk/InitGabaritExcel/trunk

It is trunk not trunc:

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