Does Git-Svn Store Svn Passwords?

后端 未结 6 1549
醉梦人生
醉梦人生 2020-12-08 04:48

I\'m using git-svn with a couple of work projects and I\'ve noticed that for just about every action I take, I get prompted for my Svn password. For some actions, I get prom

6条回答
  •  有刺的猬
    2020-12-08 05:23

    You should ask SVN to cache your credentials:

    # $ svn update --username 'user2' --password 'password'
    # user1@domain.com's password:
    

    However, as mentionned in the SO question Subversion ignoring “—password” and “—username” options, check what exactly is prompting you for a password.

提交回复
热议问题