On Thu, Mar 11, 2010 at 2:47 PM, Eric Cope <eric.cope@gmail.com> wrote:
It needs to be deployed to Linux and Windows. I can't just tar /dir because I have .svn files I don't want to include as well as test directories. I planned on using a form of tar/zip.


Seems like you need a deploy script.

It would run svn export
...remove unneeded test directories
...and then tar/zip the rest.