tags:

views:

553

answers:

1

I did a google for this question but had no luck.

We use CVS on Linux for software development.

I noticed that one of the scripts I'm working on is missing the execute bit set in the CVS repository.

Is there any way to add the execute bit back to the file? I think it involves modifying the repository directly, but I don't know how to do this.

Thanks for your time.

+3  A: 

Modify the permissions of the related ,v file in the repository. Per this article, the file is checked out with the same permissions as the ,v file in CVSROOT.

Alex B
FYI I tried your link with my Firefox browser... it didn't work until I replaced the "%2B" with "+" directly in the address bar.
Jin Kim
@Jin Kim, Thanks - I fixed the link. It was some problem with the stackoverflow markdown.
Alex B