How do you Tar an svn directory and filter out all the .svn files? September 15, 2023 by Tarik tar --exclude=.svn -z -c -v -f mytarball.tar.gz mydir/