Skip to content

Instantly share code, notes, and snippets.

@unfulvio
Created June 19, 2015 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unfulvio/fe326083919d0b209e92 to your computer and use it in GitHub Desktop.
Save unfulvio/fe326083919d0b209e92 to your computer and use it in GitHub Desktop.
Add all unversioned files to SVN
# See: http://stackoverflow.com/questions/1071857/how-do-i-svn-add-all-unversioned-files-to-svn
svn add --force * --auto-props --parents --depth infinity -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment