Use this command to tar up a SVN repository and skip all the SVN internal files (and in this case some static WWW files and PYC code):
tar cvf /bkup/uw.tar --exclude=.svn --exclude=*.pyc --exclude=wwwroot/tmp* *
Use this command to tar up a SVN repository and skip all the SVN internal files (and in this case some static WWW files and PYC code):
tar cvf /bkup/uw.tar --exclude=.svn --exclude=*.pyc --exclude=wwwroot/tmp* *