info-cvs
[Top][All Lists]
Advanced

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

Re: executeable shell scripts and cvs


From: Larry Jones
Subject: Re: executeable shell scripts and cvs
Date: Thu, 26 Apr 2001 17:40:09 -0400 (EDT)

W. L. Estes writes:
> 
> I have a shell script in my working directory. This script is checked
> into the repository. The shell script is executeable in my working
> directory. I have committed the script after making it
> executeable. when i export a new copy of the module in question, the
> shell script is no longer executeable.

Make the repository file executable (this has to be done by hand, there
are no CVS commands to do it).  CVS remembers the executable state of a
file when it's initially committed, but it doesn't change it on
subsequent commits.  (That's one of the things PreservePermissions was
intended to address, but the code is buggy and no one has been motivated
to fix it yet.)

-Larry Jones

Santa's gonna skip this block for years. -- Calvin



reply via email to

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