we have SVN configured using a custom tunnel. Every time I commit, svnserve is started on a remote Linux machine. Thus it is possible to have several svnserves running simultaneously accessing the same repository on a network. I have found this question, but it seems somewhat different. I know that accessing the repository via file:// is dangerous. How about our setup?

Thanks for any hint!

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

This is pretty much how the svn+ssh protocol works, it's fine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.