Tagged Questions
0
votes
1answer
897 views
bash: svnserve: command not found
I'm attempting to setup an svn server. It's working on the server fine but when I attempt to access it externally via
svn list --verbose svn+ssh://name@domain.com/home/user/repo/svn/project
I get ...
1
vote
4answers
216 views
RAID for a SCM server
I need to buy/build a server to host our Subversion repository (FYI: I am a dev/not an IT guy). Obviously this is mission critical, and needs to have high network and disk i/o performance. Our ...