Hi
I have a problem in committing my changes to SVN.
I get the message:
Commit failed (details follow):
Illegal repository URL ''
I'm using netbeans.
Any help please ?
feedback
|
|
Sounds like your repository URL is bad. Check to be sure that your repository is pointing to the right place;
If that's correct, is your SVN server running? Can you ping the server, verify that SVN is running, etc.? | |||
|
feedback
|
|
I was getting this error, and the issue turned out to be that I was trying to commit both local changes and changes to external projects - as described here How do I checkin to local copy AND svn:externals subdirectories in one commit?. | |||||
feedback
|
|
If the URL is correct, then it might be a proxy issue. For example if you are behind a corporate firewall, then you have to set up the proxy server as well. | |||
|
feedback
|