I\'m trying to setup a new computer to synchronize with my SVN repository that\'s hosted with cvsdude.com.
I get this error:
![SVN Error][1] - removed im
I got this error too when I had my server as an exception for the proxy in the SVN config file like this: http-proxy-exceptions = *.repo.domain.com
The solution for me was to use the svn server IP instead of the name. For some reason the name was not getting properly resolved from Eclipse Juno - Subclipse and from TortoiseSVN.
So, what worked for me: http-proxy-exceptions = XXX.XX.X.X (the server IP)