D:\svnroot>svn commit -m "Type your justification here" --username svnu --password test
svn: Authorization failed
I'm sure the username/password is correct(in conf/password),is it necessary to have exactly that user on the remote svn server?
|
|
Note that SVN is probably case sensitive when it comes to usernames and passwords. |
|||
|
|
Note that it says that authorization, not authentication, failed. Your username and password were accepted, but SVN doesn't think that that user has write permission. Assuming you're using svnserve (since if it were apache the error would mention a HTTP status code):
|
|||
|
|