2017/11/29

Memo: Svnserve Service

sc create svnserve binpath= "\"C:\Program Files\subversion\bin\svnserve.exe\" --service --root c:\svn" displayname= "Subversion" depend= tcpip start= auto
  • svnserve.conf
    anon-access
    none
    auth-access
    write

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...