Revision: 9378
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 2, 2008 21:49 by sanjivarunsahayamhotmailcom
Initial Code
rsync -r --exclude=.svn source destination Use -a (archive) instead of -r (recursive) because it means -r and more (see the man page).
Initial URL
Initial Description
Copy a directory (and subdirectories) without .svn files.
Initial Title
Copy directory without .svn files
Initial Tags
svn, Bash
Initial Language
Bash