Skip to content

Instantly share code, notes, and snippets.

@nmandery
Last active September 29, 2015 21:17
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 nmandery/1669586 to your computer and use it in GitHub Desktop.
Save nmandery/1669586 to your computer and use it in GitHub Desktop.
rsync only svn files (directory and contents)
# copy only the .svn diretories form all subdirs
rsync -avP --include="*/" --include='.svn/***' --exclude='*' from/ to/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment