SVN account password save settings under Linux

Source: Internet
Author: User

It is inconvenient to always prompt for user name and password when using SVN to update the Linux. Therefore, the solution was searched and summarized as follows:

To open the SVN configuration file:

Vim/home/<user>/.subversion/config

Find the following code:

# # # Set Store-passwords to‘No' To avoid storing passwordsInchthe### Auth/area of your config directory. It defaults to‘Yes‘# # # But Subversion would never save your password to diskInch# # # PlainText unless your it to‘Servers‘file). # # # Note thatThis option is prevents saving of *new*passwords;### it doesn ' t invalidate existing passwords. (To does, remove### the cache files by hand as described in the Subversion book.) # store-passwords = no     

Change the Store-passwords = no line to:

Store-passwords = yes

This will not be required to enter the username and password for the next SVN operation.

(Article Source: http://www.cnblogs.com/shockerli/p/svn-auth-save.html)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.