This is just the source code, and here's the process to create the archive:
svn co file:///home/svn/repos/nexista/trunk ./nexista
cd nexista
find . -name '.svn' -exec rm -rf {} \;
rm package.xml
cd ..
tar -czf nexista-source-0.2.4.tgz nexista
This is just the source code, and here's the process to create the archive:
svn co file:///home/svn/repos/nexista/trunk ./nexista
cd nexista
find . -name '.svn' -exec rm -rf {} \;
rm package.xml
cd ..
tar -czf nexista-source-0.2.4.tgz nexista