Is it possible to pass the SVN password on the command-line or in a text file? I would like to run git-svn via a script?

I know that the username can be passed on the command-line, but is it possible to pass the password as well or have it stored in another location that git-svn can use?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Git-svn can use the credentials defined in the ~/.subversion/servers file.

link|improve this answer
I will give that another go-round. – Walter White Nov 28 '11 at 21:07
feedback

Your Answer

 
or
required, but never shown

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