Ann Barcomb wrote: > On Tue, 11 Sep 2007, Martin Ebourne wrote: > >>> Yes, I'm sure I can tunnel it over SSH but some IT guys get sarcastic >>> about contractors who leave SSH tunnels around. CVS at least only >>> fires up SSH when it needs it. >> >> HTTPS :) > > Doesn't it require Apache 2? At least that was the reason I got for > not using HTTPS for SVN when I requested it.
SVN over HTTP requires mod_dav_svn which requires Apache 2. Fortunately, for those who fear change, you can run Apache 1 and 2 side by side. http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html Or just use svnserve + ssh. Or svnserve + a tunnel. Or just svnserve. -- Stabbing you in the face for your own good.