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 ?
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 ?
Sounds like your repository URL is incorrect. Check to be sure that your repository is pointing to the right place;
$ svn info
Path: .
URL: https://... ** is this right?
Repository Root: https://... ** Is this right?
<snip>
If that's correct, is your SVN server running? Can you ping the server, verify that SVN is running, etc.?
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?.
Sometimes directories get checked out under aliases. I had a situation where most files were checked out using the URL svn://server.company.com/repo but one was checked out under svn://server/repo and Subversion got confused, throwing this error when I tried to check files in under both directories simultaneously.
I had this problem in TortoiseSVN and it was actually because of the hidden folder that stores all the .svn files. These files contain some pointers that can get messed up if you're copying and pasting files.
I had copied an entire folder from TestBoxA to TextBoxB and thusly accidentally dragged the hidden .svn files with it. Since all the .svn files were still pointing to TestBoxA, I got that error.
The simple fix was to enable File Explorer-> View -> Show Hidden Folders so I could see hidden folders and delete the folder named "svn" in the corrupted folder. SVN generated new .svn files when I committed.
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.