Skip to content

Instantly share code, notes, and snippets.

@christianmeichtry
Created September 18, 2009 15:55
Show Gist options
  • Save christianmeichtry/189132 to your computer and use it in GitHub Desktop.
Save christianmeichtry/189132 to your computer and use it in GitHub Desktop.
svn remove log/*
svn commit -m 'removing all log files from subversion'
svn propset svn:ignore "*.log" log/
svn update log/
svn commit -m 'Ignoring all files in /log/ ending in .log'
svn remove tmp/*
svn commit -m 'removing all tmp artifacts from subversion'
svn propset svn:ignore "*" tmp/
svn update tmp/
svn commit -m "ignore tmp/ content from now on"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment