Posts tagged as:

svn hooks

Leveraging Subversion Hooks for Fun and Profit

by Dan Ackerson on January 4, 2009 · 4 comments

Last week, I showed you how to setup a secure subversion server. Today, I’d like to show you how to technically accomplish a couple of development themes that are near and dear to my heart. The first is creating a quality gate with a release branch and creating a team of committers who are the [...]

Setting Up A Secure Subversion Source Code Repository

by Dan Ackerson on December 28, 2008 · 7 comments

Our source code repository is currently hosted at the offshore development site and there is no external access to it (neither through the Internet nor a VPN). While this is certainly desirable from a security standpoint, I’d really love to see what the developers are actually working on.
I asked the director there to put me [...]