I installed subversion on my Ubuntu server and I can use subclipse (1.6) in Eclipse Helios on Ubuntu and it works fine.
However when I try and use Subclipse (1.6) in Eclipse Helios on Windows, it doesn’t work and I get errors.
In Windows when I use http://serverAddress/svn, I get an error saying folder doesn’t exist and an error in the console saying:
Repository has been moved
svn: Repository moved permanently to 'http://serverAddress/svn/'; please relocate
When I use svn://serverAddress/svn, I get an issue as well.
Does anyone have any ideas?
This is not an Eclipse issue, but a SVN issue.
If you could see your repo in a web browser, the SVN FAQ mentions an httpd.conf error. But in your case:
either you haven’t created a repository yet (see
svnadmin create)or you have a repo, but haven’t create properly a directory in it, a bit like in this thread:
With the solution being:
If this is not enough, see also this SO question, where it mentions that the repository address is usually
http://servername/svn/repositoryname, nothttp://servername/svn.