Skip to content

Instantly share code, notes, and snippets.

@xinmyname
Created April 13, 2011 15:20
Show Gist options
  • Select an option

  • Save xinmyname/917733 to your computer and use it in GitHub Desktop.

Select an option

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