How SVN ignores files/folders under Linux

Source: Internet
Author: User

Suppose you want to ignore file temp

1. CD to the directory where temp is located:

2. SVN propedit svn:ignore.

Note: Please do not miss the last point (. Indicates the current directory), if the error please see below

3. Open file is to ignore the list file (default is empty), each line is an item, enter temp in the file, save exit

4. SVN St View status, temp? The state has been eliminated.

if in svn propedit svn:ignore. Times wrong:Svn:none of the environment variables svn_editor, VISUAL or EDITOR is set, and No ' editor-cmd ' run-time configuration option was found

Description The default property editor for SVN is not set and is set up as follows:

VI ~/.bash_profile

Append on last line

Export Svn_editor=vim

Save exit and enter command source ~/.bash_profile (make configuration file effective immediately)

After the above steps have been completed, proceed with the method set above

How SVN ignores files/folders under Linux

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.