Skip to content

Instantly share code, notes, and snippets.

@xinmyname
Created April 13, 2011 15:20
Show Gist options
  • Save xinmyname/917733 to your computer and use it in GitHub Desktop.
Save xinmyname/917733 to your computer and use it in GitHub Desktop.
Apply svn-ignore.txt file to a SVN repo (see https://gist.github.com/917726)
svn -R --depth immediates propset svn:ignore -F <path-to-svn-ignore-txt> <path-to-svn-repository>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment