开发者

Subclipse doesn't show the repository path next to projects

开发者 https://www.devze.com 2023-04-01 18:37 出处:网络
Since updating the subclipse plugin the paths next to project name in Eclipse disappeared. There is no change after reverting the update.

Since updating the subclipse plugin the paths next to project name in Eclipse disappeared. There is no change after reverting the update.

When checking out a new project from repository, the brackets appear but are empty and after a while disappear too. Did I miss a configuration? Updating, co开发者_运维知识库mmiting and reverting of project works fine.


UPDATE: Updating, commiting etc only worked because there was another implemantation of SVNKit. Removing this solved the problem for new projects checked out, but all workingcopies seemed to lost their connections. There is no point in context menu "Team -> Share Project" as written in docs, only an "Apply Patch" option is shown for my working copies.

Thanks @Ray Toal for surporting with this issue


I fixed my problems by doing follwing steps.

  • remove old subversive data which effects subclipse
  • building a new workspace
  • importing old projects into the new workspace

after doing that, subclipse recognises the .svn and can connect the workingcopies with the repository. Maybe there are more ellegant ways of archive that, but it works fine for me.

Lesson learned: FIRST disconnect projects from subversive SECOND remove all subversive data THIRD installing subversive and see how good it works.

0

精彩评论

暂无评论...
验证码 换一张
取 消