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

Re: Shared working copy

From: Steve Greenland <steveg_at_lsli.com>
Date: 2004-09-10 17:07:27 CEST

On Fri, Sep 10, 2004 at 01:34:01PM +0100, Anthony Metcalf wrote:
> On Fri, 10 Sep 2004 12:22:10 +0200
> Katana <katana@katana-inc.com> wrote:
> > Is there a way to ensure that all required files, including .svn/*
> > files, are assiged read + write permissions for user AND group ?
> >
>
> chmod -R ug+rw /top/level/directory/ as root.
>
> Sould do the trick. Worked for me anyway.

Plus all users need 'umask 002', and do

   find /top/level/directory -type d |xargs chmod g+s

so that any new files get the right groupid.

Later,
Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 10 17:08:14 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.