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