info-cvs
[Top][All Lists]
Advanced

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

cvs chmod ?


From: Michalski, Rafał
Subject: cvs chmod ?
Date: Mon, 6 May 2002 15:36:38 +0200

Hello

How can I remove the executable attribute
from a file through CVS?
The following idea seemed intuitive but does not work
if the file in question was initially imported with the attribute set.

  cvs checkout mod_auth_remedy
  cd mod_auth_remedy
  chmod a-x INSTALL
  touch INSTALL
  cvs commit INSTALL

checkouting again 
  
  cd ..
  rm -rf mod_auth_remedy
  cvs checkout mod_auth_remedy

I get the attribute set

  cd mod_auth_remedy
  ls -la INSTALL
  -rwxr-xr-x

Rafal Michalski




reply via email to

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