SVN
SVN server
brew install svn
svnserve --versionsvnadmin create /patch/dir#Do not leave any space one left
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz[users]
# harry = harryssecret
# sally = sallyssecret
test1 = 123456SVN client
Last updated