Example: SVN ignore all the .swp files in the current directory and all sub-directories:
svn propset -R svn:ignore ‘*.swp’ .
Example: SVN ignore all the .swp files in the current directory and all sub-directories:
svn propset -R svn:ignore ‘*.swp’ .
Post a Comment