I did not see a post for this particular problem. When checking out the trunk with subversion I got the following error:
Retrieving operation 'http://mylink.com.fr/svnroot/myproject/trunk' failed. svn: E170000: URL 'http://mylink.com.fr/svnroot/myproject/branches/myprojectV3/src/main/resources/com/tech/conversion' at revision 7795 doesn't exist
The checkout does not check all the content of the trunk for this reason.
This branch http://mylink.com.fr/svnroot/myproject/branches/myprojectV3 was renamed to http://mylink.com.fr/svnroot/myproject/branches/myprojectT0V3. The revision 7795 refers to the latest commit. From eclipse I can see the following properties on the trunk: Svn:mergeinfo | /branches/myprojectT0V3:7734,7746,7778 Why there are still references to the branches/myprojectT0V3? This branch was supposed to be renamed. How can I fix this problem of checking out the trunk?
Regards,