I tried moving the repository to a new svn server. Here when I try to commit, I can get to a certain point, but then I keep getting a prompt for password, 4-times, and it comes back saying

svn: MKCOL of '/svn/subversion/!svn/wrk/a5834992-ebe7-43dd-bc38-fcbf0f49f74e/join-bayes/test/figures': authorization failed: Could not authenticate to server: rejected Basic challenge (my server address)

Any idea how to fix this?

link|improve this question

50% accept rate
Are you using a working copy that you checked out from the old server, or was this a checkout from the new server? I always recommend starting with a fresh WC whenever the server changes URLs. – bta Jan 17 at 23:45
I exported all the files from the old server and created a fresh url on the new server. – AliBZ Jan 18 at 20:02
Can you successfully perform read-only commands like svn log or svn listagainst the new server? Try these commands from an empty folder (to remove any influence from the old system from the picture). – bta Jan 19 at 22:27
Yes, I can. It always gets stuck at that file. – AliBZ Jan 19 at 23:07
That sounds like there's something wrong with the new Subversion server. Please post as many details about your server configuration as you can. Include any relevant information from your web server's log file (if you are accessing the repository over HTTP). – bta Jan 20 at 20:49
show 1 more comment
feedback

1 Answer

I would guess that you have got a problem with case sensitivity. Try to change your repository URL (svn relocate) so that it exactly matches your server URL. Commit cares about case sensitivity.

link|improve this answer
Thanx but I checked it. no problem with that. – AliBZ Jan 18 at 20:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.