[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Brian Denny <brian_at_briandenny.net>
Date: 2004-02-25 13:01:37 CET

>
> 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
Received on Wed Feb 25 20:53:18 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.