0

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.

Community
  • 1
  • 1
ryy705
  • 627
  • 1
  • 5
  • 11

1 Answers1

1

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

password-stores =
Satish
  • 6,457
  • 8
  • 43
  • 63