We use visualsvn with tortoiseSVN on the client for version control of the binaries. That is, when we want to test a project, the test branch is merged with the build branch. Th
I solved this issue. The problem I saw is the branch called for a SVN COPY to happen and this is done in HTTP and breaks under HTTPS. So I created a localhost:9005 virtual host running DAV, added the localhost:9005 listner, and changed my SSL virtual host to proxy to the localhost:9005.
... SSLCertificateFile /etc/ssl/certs/server.cer SSLCertificateKeyFile /etc/ssl/certs/server.key SSLCertificateChainFile /etc/ssl/certs/domain.cerProxyRequests On
ProxyPreserveHost On
ProxyPass /svn http://localhost:9005/svn
ProxyPassReverse /svn http://localhost:9005/svn