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

Re: group S-bit permissions problem - known issue with Mac client?

From: Bob Proulx <bob_at_proulx.com>
Date: 2007-01-28 00:56:43 CET

David Lobron wrote:
> I was having permission errors when checking out a repository from a
> Solaris machine using my svn client running on a Mac. The file in
> question had the S-bit set in the group permission field. When we
> changed this bit, the permissions error disappeared. I was wondering
> whether there is a known issue where the client misinterprets the
> S-bit in the group field, such that it thinks it does not have
> permission to check it out. Or is the S-bit not allowed? I did not
> see this in the docs, but I may have simply missed it.

The 's' bit on a directory is the set-gid bit. This has nothing to do
with subversion and everything to do with filesystem permissions. New
files will be created in the directory with the group of the directory
itself. As a user creating files in the directory you should be in
that group. It sounds to me like the user is not in the group
specified by the setgid bit of the directory.

Showing us more details of your problem would be needed if you desire
more help.

  id
  ls -la

And also show the exact error messages.

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 28 00:57:38 2007

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.