My mate created a project from SVN with bad hostname – 192.168.0.100. – yes, with a dot at the end. 🙂
Eclipse created this project, downloaded files, etc but there is problem with commits.
Is it possible to change SVN hostname in this current existing project from 192.168.0.100. to 192.168.0.100 without creating a new one (from shell or something) ?
Solution:
svn --relocate switch http://192.168.0.100./project http://192.168.0.100/project .
You can use the svn switch command to change the location (using the –relocate option)