Running svnserve with Subversion Edge

If I ran svnserve.exe along with Subversion Edge, would it cause conflicts? We have someone who remotely checks the code, and it will do it through https, but for everyone inside myself I want to use a higher speed that the simple svn protocol uses (SVN EDGE does not support the svn protocol).

I do not expect any problems with this, however I always like to double-check before I create something for production.

+6
svn subversion-edge svnserve
source share
1 answer

Since then I have implemented this setting for our client, if Apache and svnserve are not listening on the same port (obviously), it should work fine.

+2
source share

All Articles