SVN Showing Question Mark (?) With each file in an eclipse

In eclipse Kepler, I took a project from SVN, and when I right-click on Project->Team->Sychronised With repository , it shows 10,000 changes, and a few hours ago I took the whole project from svn, but does it still show ? with all files.

Can anyone tell what the problem is and how can I solve it?

Another thing that I have to add to eclipse is that my project looks like projectName[/trunk/workspace/projectname] , which means that my project is well connected with SVN.

Even I did Team->Update to Head and Team->Update to Version , but no success.

+4
source share
2 answers

From trunk/workspace/projectname , it looks like you added your workspace to the trunk. Check if this is correct.

0
source

'?' indicates a new source, and '*' indicates a modified file. Did you accidentally change the directory structure after you checked? This would probably ruin the .svn files. All move operations must be performed in the IDE — even then it is still confused.

0
source

Source: https://habr.com/ru/post/1501993/


All Articles