Eclipse Subversion 插件 Subclipse 显示错误

发布于 2024-09-13 20:21:07 字数 424 浏览 3 评论 0原文

我正在使用 Eclipse 版本:3.3.2

我已经导入了一个已经在 SVN 存储库上的项目。我刚刚在wwwroot中签出,然后导入到eclipse中。做了一些改变。然后我想安装 subclipse。 打开eclipse插件管理器安装Subclipse 1.2.4。 然后右键单击项目->团队->分享项目->选择SVN。它显示一个错误:

org.tigris.subversion.javahl.ClientException: 不支持的工作副本格式 svn: 该客户太老了,无法合作 工作副本 'C:\Inetpub\wwwroot\project';请 获取更新的 Subversion 客户端

Subclipse 有什么问题吗?它会影响 SVN 存储库还是我的更改? 我应该继续吗?

I am using Eclipse Version: 3.3.2

I have imported a project which is on already on SVN repository. I just checked out in wwwroot and then imported into eclipse. Done some changes. Then i was thinking to install subclipse.
opened eclipse plugin manager installed Subclipse 1.2.4.
Then right clicked on project ->Team -> Share Project -> selected SVN. It shows an error :

org.tigris.subversion.javahl.ClientException:
Unsupported working copy format svn:
This client is too old to work with
working copy
'C:\Inetpub\wwwroot\project'; please
get a newer Subversion client

Is there any problem with Subclipse? Is it effect SVN repository or my changes?
Should i proceed further?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

哆兒滾 2024-09-20 20:21:07

svn 有多个版本,因此 subclipse(和 subversive)也有多个版本。如果您不使用 subclipse 而是使用另一个 svn 客户端签出您的项目,那么如果版本不同,您可能会遇到问题。如果您做了一些更改,请使用您 svn coed 您的项目的客户端提交它们,然后

  • 安装匹配的 subclipse (或颠覆)版本
  • ,或者删除您的项目并再次检查它,但使用 subclipse (使用 new Project>从 SVN 结账)

There are several versions of svn, and therefore, several versions of subclipse (and of subversive). If you don't checkout your project with subclipse but with another svn client, you will possibly have problems if the versions differ. If you have made some changes, commit them with the client you svn coed your project with, and then

  • either you install the matching subclipse (or subversive) version
  • either you delete your project and check it out again, but with subclipse (using new Project> checkout from SVN)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文