Ignore directory in SVN
On the command line, go to the directory you want to ignore. In the directory, type:
svn propset --quiet svn:ignore '*' .
On the command line, go to the directory you want to ignore. In the directory, type:
svn propset --quiet svn:ignore '*' .
Create:
tar -cf your-tarfile.tgz your-directory/
Extract:
tar -xf your-tarfile.tgz your-directory/