Skip to content



Setting SVN ignore on a directory recursively

Example: SVN ignore all the .swp files in the current directory and all sub-directories:

svn propset -R svn:ignore ‘*.swp’ .

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*