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

Re: permissions problems are a catch 22 (newbie)

From: Keven Ring <keven_at_mitre.org>
Date: 2004-09-28 17:24:26 CEST

Eric Wilhelm wrote:

># The following was supposedly scribed by
># Faine, Mark
># on Tuesday 28 September 2004 08:36 am:
>
>
>
>>In order for someone in that group (like myself) to import a project
>>into either of the two repositories the permissions on the
>>repositories must be changed to allow group write: chmod -R g+w
>>libraries.
>>
>>
>
>Assuming this is a Linux system...
>
>If you set the "sticky bit" on a directory, everything created in that
>directory should belong to the group.
>
> chmod g+s dir/
>
>
To nitpick, the "s" bit is not the "sticky" bit. The "s" bit is the set
user/group id on execution bit. The "t" bit is the "sticky" bit, and
has a completely different meaning, and is not at all what you want.

The command that you provided is correct, the terminology is not.

>Of course, each user's umask is going to come into play too. (See:
>"use svnserve or apache".)
>
>--Eric
>
>

-- 
Keven Ring               | "Oh no,  Not Again..."
The MITRE Corporation    |   Bowl of Petunias -
7515 Colshire Drive      |   The Hitchhikers Guide to the Galaxy
McLean VA 22102-7508     |
PH: (703)883-7026        |
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 28 17:25:12 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.