Question

I've installed subversion on my ubuntu machine and I am trying to pull down a repository from beanstalk with the following command:

svn co https://myaccount.svn.beanstalkapp.com/myapp/

It prompts me with the following:

Password for 'default' GNOME keyring:

I've check my ~/.subversion/config file. Everything there is commented out.

Please view the svn config file at pastebin What do I have to comment out so I can download the repository? I thank you in advance.

Was it helpful?

Solution

Check your ~/.subversion/config. In the Auth section, add this.

password-stores =
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top