Re: permissions question

2005-05-26 Thread Saurabh Bhandari
chmod 2775 dirname

[EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Hello all:

 I am managing an unusual situation where we need to have several
 developers working on the same directory tree.  Essentially I am using
 CVS as a logging mechanism, and to track revisions, but the software
 in question will only work in one place (don't ask).

 The problem is that each time I check something in, CVS changes the
 file's permissions to 755, so that my teammates can't change it.
 How do you control this behavior?

 I believe this behavior is also responsible for occasional up-to-date
 check failed messages.  Since there is only one developer tree, there
 are no other versions of these files to change.  These messages, I
 assume, are also caused by an owner or permission mismatch.

 Any advice?

 Many thanks,

 -tom

  
  tomfool at as220 dot org
  http://sgouros.com
  http://whatcheer.net




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


Re: permissions question

2005-05-24 Thread Guillaume Rousse

[EMAIL PROTECTED] wrote:
  The problem is that each time I check something in, CVS changes the

file's permissions to 755, so that my teammates can't change it.
How do you control this behavior?
use directories setgid bit to ensure files checked in will stay 
group-writable.



--
All warranty and guarantee clauses become void upon payment of the final 
invoice

-- Financial General Shefields Corollaries n°2


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs