Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm getting svn: Authorization failed error and I want to make sure that I typed the correct password the first time, so I want to reset the password.

When I try to check out the repository there's no longer a prompt for a password after the password was typed the first time.

share|improve this question

1 Answer

up vote 1 down vote accepted

Use the command line help :)

svn help co

There you can see:

Global options:
  --username ARG           : specify a username ARG
  --password ARG           : specify a password ARG

If you want that svn client forgets your password you must delete the appropiate file in ~/.subversion/auth/svn.simple/

share|improve this answer
Thanks, just what I was looking for – ulvund Aug 23 '11 at 8:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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