Published in: Bash
URL: http://athenageek.wordpress.com/2008/04/16/svnignore/
# Set up an ignores file in this directory svn propedit svn:ignore . # 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.
