/ Published in: Bash
URL: http://athenageek.wordpress.com/2008/04/16/svnignore/
Expand |
Embed | Plain Text
# Create an ignores file in your project's root directory touch svnignores.txt # Edit the ignores file *.pyc ._* build etc # Copy the svnignores.txt file into the svn:ignores information # for this directory and all contained directories recursively svn -R propset svn:ignore -F svnignores.txt .
You need to login to post a comment.
