1

I am using Tortoise SVN to checkout a directory from SVN which has many sub directories for different projects. Now when I import these sub directory projects into eclipse, the Subeclipse doesn't recognize these as versioned directories. How can I fix this so that I can use Eclipse to commit files?

I also observed that if I import the main directory into eclipse, the Subeclipse plugin is recognizing the versioning. I understand this is because there is a .svn folder in the main directory.

I am using Tortoise SVN version 1.7.10 Subeclipse version 1.10.0 My svn repository version is 1.6.15

I saw the below discussion in Stack overflow. But it doesnt answer my question. Please help.

Subclipse and Tortoise SVN together

4

1 回答 1

0

Subversions 客户端使用某种工作副本格式,如果这两个工作副本格式版本不匹配,那么您将得到一个客户端软件无法识别另一个的结果。

TortoiseSVN 1.7.10 使用 1.7.7 工作副本格式,Subclipse 1.10.0 支持 1.8.x 工作副本格式。由于这些不匹配,您需要确保它们使用相同。我认为最简单的方法是下载并安装最新版本的 TortoiseSVN(当前为 1.8.2),因为它支持 1.8.3 工作副本格式。

如果升级后仍有问题,请通过发出svn upgrade命令升级您的工作副本格式版本。

于 2013-09-13T10:39:19.387 回答