views:

256

answers:

2
A: 

I guess you should write

C:\svn\bin>svn mkdir svn://localhost/myproject -m "some msg" --username user1 --password pass1 svn: 

instead, your password seems to be wrong.

Otávio Décio
+1  A: 

It looks like you've got your password wrong:

C:\svn\bin>svn mkdir svn://localhost/myproject -m "some msg" --username user1 --password pass svn

[users]
user1=pass1
user2=pass2

You've entered "pass" but your password is specified as "pass1"

Simon P Stevens
still no luck C:\svn\bin>svn mkdir svn://localhost/myproject -m "some msg" --username user1 --password pass1svn: Authorization failed
cc96ai
@cc96al: Sorry then, I don't have any other ideas.
Simon P Stevens