Is it possible / safe to run two instances of VisualSVNServer pointing to the same repo?
I searched around and had no occasion to find anything specifically related to this issue. The only reason I'm asking is that we need to enable authentication / integration with Windows via http and svn authentication over https. It seems that this is not an option to run as inside a single instance of VisualSVNServer.
If not, do you know an alternative solution that will allow this?
Change . Got the following response from VisualSVN support
Thanks to the design of Subversion, repositories are ready for access by multiple server instances at the same time. We have not experimented much with this configuration, but I think it is possible.I understand correctly that you are going to store your repositories in a network attached storage and run two instances of VisualSVN Server on different computers?Please take care of server.pid. file. In the current version, this file is stored in the repository folder. In this way, two instances of VisualSVN Server collide. We will fix this issue in an upcoming release.You can easily move server.pid to another destination by adding the following command to the file "C: \ Program Files \ VisualSVN Server \ conf \ httpd-custom.conf":[[PidFile "C: /Tmp/server.pid"] ]
VisualSVN Server , SMB- - . / / .
, , , VisualSVN - (Apache) SVN . , . VisualSVN, , .
SVN Apache . , , , , . , - VisualSVN , . , Serverfault.com.
VisualSVN, , . , .
. : SVN
Source: https://habr.com/ru/post/1755024/More articles:How to parse XSD file - c #PHP string externalization guidelines - phpaspnet mvc expands membership details using aspnet_users table - asp.net-membershipReading from multiple BlockingQueues within the same thread - javaDesign Help - an object modifies and saves another object - designFor a4j: jsFunction, does reRender or oncomplete really happen first? - javascriptUnable to move user control registration to embedded web.config file - c #Regex for HTML with java.util.regex - javaHow to save property reference in C #? - referenceС# Создать MIME-сообщение? - c#All Articles