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