You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brian Denny <br...@briandenny.net> on 2004/02/25 12:01:37 UTC

Re: Sharing SVN-Repository between Linux/x86 and WinNT

> 
> I'd assume that all accesses finally boil down to a file:// or similar access, 
> so the problem must be somewhere in between. 

With file:// (and with svn+ssh://), the user touching the DB is the 
user doing the operation (i.e., n different users), so there is a lot 
of room for permissions/ownership/umask issues.  

Using straight svnserve or apache it's simpler (and more secure, i
think) because the same user (e.g., apache) always accesses the DB.


-brian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org