This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to fix file permission in CVS?


"Doug Kwan (ïð¿¶ôÅ)" <dougkwan@google.com> writes:

> Hi,
>
>     I checked in a shell script in src/gold/testsuite but forgot the
> set the execution permission.  Now the file is checked out as a
> non-executable shell script.  What is a good way to fix it?  Thanks.
>
> -Doug

If I remember correctly, CVS stores the executable bit for files by
setting the executable bit on the ,v file on the server.  So I think the
only way to fix this is to log on to the CVS server itself and chmod +x
the correct ,v file in the repository.

eirik


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]