*.so *.bin files are ignored when adding and uploading files to SVN in Linux using svn Add. __linux

Source: Internet
Author: User
Tags svn svn client

Questions about files that *.so *.bin are ignored when you add and upload files to svn in Linux using SVN add:

Two solutions:
Method 1: Each time you add a file, use the following command:
SVN Add--no-ignore Folder

Method 2:. Edit any of the following files (configuration file for the SVN client of Linux)
/etc/subversion/config (valid for all users of the server)
~/.subversion/config (valid for the current user, will overwrite the above "/etc/subversion/config" configuration, instead of adding on the previous configuration above)
Remove the line that contains "Global-ignores =" in the file, uncomment it, and delete all characters after this "=". Pay special attention to the front of the global-ignores without a blank, next to the front can be, or SVN add when the following error occurs:

SVN:/etc/subversion/config:103:option expected.


Save config This file (after you save the file, SVN immediately load this configuration, and then immediately use), you can once and for all. There will never be any leaked documents.

In addition to introduce a related content of the article for your reference:

Http://hi.baidu.com/eastream/item/bb6259d80e113a3849e1dd28

Related Article

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.