info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can't commit! permissions question


From: Larry Jones
Subject: Re: can't commit! permissions question
Date: Thu, 7 Jun 2001 14:55:46 -0400 (EDT)

Schwenk, Jeanie writes:
> 
> Who is supposed to be the owner of the files that are in the respository?  I
> can update and checkout but not commit.

Exactly what error messageare you getting?

In general, you need read access to the files and write access to the
directory.  Files are owned by the last user to update them, directories
are owned by the user who added them.  If you're on a SysV-like system
(most notably Linux), you may find it useful to set the SGID bit on all
the repository directories (chmod g+s) -- that will cause newly-created
directories to inherit their groupid from the parent directory instead
of using the groupid of the creator.

-Larry Jones

Hmm... That might not be politic. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]