info-cvs
[Top][All Lists]
Advanced

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

Re: How to change the 'x' bit of a file in CVS?


From: Xapp
Subject: Re: How to change the 'x' bit of a file in CVS?
Date: 1 Mar 2005 08:52:08 -0800
User-agent: G2/0.2

chmod +x $CVSROOT/path/to/MyFile.file,v

cvs remove does not actually remove the file (it gets put in the
Attic). When you attempt to re-add it I think it does it just like you
are making changes to the file and checking in.  The file gets pulled
from the Attic and changes are merged in (if any).  The original file
attributes are not modified as cvs will never change these.

Cheers,

--Russ



reply via email to

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