Search code examples
svnsvnservesubversion-edge

Running svnserve alongside Subversion Edge


If I run svnserve.exe alongside Subversion Edge, would it cause any conflicts? We have someone who remotely checks in code, and he will be doing via https, but for everyone internally I want to take advantage of the higher speed that the plain svn protocol uses (SVN EDGE does not support the svn protocol).

I don't anticipate any problems with this, however, I do always like to double check before I set something up for production.


Solution

  • I have since implemented this setup for a client of ours, as long as Apache and svnserve are not listening on the same port (obviously) it should work fine.