Thursday, June 05, 2008

Subversion using Apache

I setup a Subversion version control system at work as we start to move from Oracle Web ToolKit code to Adobe ColdFusion 8 code. Right now it runs over the standard 3690 port, however, all of the authentication and code are sent unencrypted, which I don't like. I remembered that you could run Subversion using Apache over the WebDAV protocol before when I set it up. Then I know you can run Apache over SSL for encrypted connections, so I got started by using this article as a reference guide. All in all it was pretty accurate and I like how he covers how to upgrade from one Subversion version to another, basically what you'd do to recover a respository in case it's lost.

No comments: