I was wondering if there is a way to save my Subversion password when doing svn operations from the console. The console is the only option that I have. When I try to do any Subversion action, e.g. svn commit, it prompts for the account password every time. Is there a way to save this password somehow so that I don't have to retype it every time?
|
|
||||
|
|
|
In |
|||||||||||||
|
|
It depends on the protocol you're using. If you're using svn+ssh, the svn client can't save your password because it never touches it - the ssh client prompts you for it directly. In this case, you can use an ssh key and ssh-agent to avoid the constant prompts. If you're using the svnserve protocol or HTTP(S), then the svn client is handling your password and can save it. |
|||||
|
|
try clearing your |
|||||||||||
|
|
I had to edit |
|||
|
|
|
Please note the following paragraph from the
at least for svn, version 1.6.12. So keep in mind to edit the servers file also as it overrides |
|||
|
|