Address: http://jychenok.iteye.com/blog/471439
Pay special attention to the red font section !!!
Symptom:
The version 1.6.0 subversion can be used to import the project to the version library to obtain data normally and update/submit data normally in tortoisesvn.
Import the checked-out project to eclipse. The SVN plug-in under eclipse cannot identify this project normally (there are no related functions in the Team)
Solution Process:
1. Try to check out the projects in the svn repository of other servers and import them. The plug-in can be properly identified.
2. I initially thought it was caused by the use of Apache's http svn service. I changed it to the svnserver service that comes with SVN and re-imported it. The SVN plug-in under eclipse still does not know this project.
3 think it may be because the svn server version is too high 1.6.0 (compared with the Eclipse plug-in version 1.1.8), downloading the latest version of the plug-in (1.6.2) still fails
4. Right-click the project, select the share project option in the team, and select SVN. A message is displayed, indicating that the project already exists. You can use the existing path to manage the project. Click Finish. The problem is solved successfully.
Final Solution:
Right-click Project-team -- share project -- select SVN -- finish
[Note] This method re-creates a project file on SVN. You also need to submit your file, which is not what we want currently.
Right-click the Eclipse project ---> no options for team. After right-click the team and choose "Apply patch"
, "Show local history" and a gray "share project". None of SVN's "Update" "check in" menus come out because,
Check whether there is a problem with the svn path, because some friends set up SVN and the check address is the previous level of the project. After you download it, it is actually the next level of the project to be downloaded. You may try it, there are many reasons for this. Different people may encounter different causes. I fixed the problem by following the directory at the bottom of the path!
Good luck!