Skip to content

Instantly share code, notes, and snippets.

@gregorymostizky
Created January 30, 2011 10:44
Show Gist options
  • Save gregorymostizky/802767 to your computer and use it in GitHub Desktop.
Save gregorymostizky/802767 to your computer and use it in GitHub Desktop.
Recursive SVN ignore from command line
echo -e ".backup\nlogs\nvendor" | xargs -d# -Ixx svn propset svn:ignore 'xx' . --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment