Eclipse Subversion 插件 Subclipse 显示错误
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
svn 有多个版本,因此 subclipse(和 subversive)也有多个版本。如果您不使用 subclipse 而是使用另一个 svn 客户端签出您的项目,那么如果版本不同,您可能会遇到问题。如果您做了一些更改,请使用您 svn coed 您的项目的客户端提交它们,然后
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