Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 578
Bender the Greatest Avatar asked Mar 17 '11 16:03

Bender the Greatest


1 Answers

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.

like image 180
Bender the Greatest Avatar answered Nov 15 '22 01:11

Bender the Greatest