开发者

How can I use Subversion, Ubuntu, Beanstalk

开发者 https://www.devze.com 2023-03-06 18:47 出处:网络
I\'ve installed subversion on my ubuntu machine and I am trying to pull down a repository from beanstalk with the following command:

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开发者_StackOverflow the svn config file at pastebin What do I have to comment out so I can download the repository? I thank you in advance.


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

password-stores =
0

精彩评论

暂无评论...
验证码 换一张
取 消