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

Re: user and group permissions

From: Bruce Elrick <bruce_at_elrick.ca>
Date: 2004-03-24 05:56:10 CET

Claudio Miranda wrote:
> [claudio@demolidor svn_repos]$ id
> uid=501(claudio) gid=501(claudio) grupos=501(claudio),500
>
> # I want to be capable to write here.
> [claudio@demolidor svn_repos]$ touch a
> touch: cannot touch `a': Permission denied
>
> # the user 'claudio' belongs to 'svn' group
> [claudio@demolidor svn_repos]$ cat /etc/group|grep claudio
> claudio:x:501:svn,claudio
> svn:x:502:claudio
>

Your grep on /etc/group and the output of id contradict each other.
Perhaps you added user claudio to the svn group but did not
logout/login? Group changes are only effective on next login.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 24 05:57:25 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.