Connection scripts (start-commit, pre-commit, post-commit) are great tools for an SVN-based build system.
Another, which is probably too "obvious", calls "svn export" from the build script. This is a really good way to deploy files to some destination directory (such as a website) because you get a clean copy without hidden .svn files. This is much better than updating a remote working copy of a "deployment."
Franck Nov 16 '08 at 22:20 2008-11-16 22:20
source share