Is it a wise idea to access an SVN repository via Samba?

I have read of issues when one does that via NFS - is it the same for Samba?

link|improve this question
feedback

1 Answer

You should never access your svn repo directly, regardless of its file system. There's very little of use that you can do in there anyway.

You should only access it via its protocols, svn:// or http(s)

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.