SVN: How to Ignore a File
Feb.26, 2008 in
Tech
To ignore a file or directory inside a SVN repository use the following command:
svn propset svn:ignore <filename>
This also works for directories.
To ignore a file or directory inside a SVN repository use the following command:
svn propset svn:ignore <filename>
This also works for directories.
Leave a Reply