Skip to content

Instantly share code, notes, and snippets.

@bernos
Created May 23, 2012 01:47
Show Gist options
  • Save bernos/2772790 to your computer and use it in GitHub Desktop.
Save bernos/2772790 to your computer and use it in GitHub Desktop.
Add svn props to existing files from bash
find . \( -name "*.php" -o -name "*.js" \) -exec svn propset svn:keywords Id {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment