From: <et...@is...> - 2003-11-06 17:18:26
|
If you don't mind losing the file's history in CVS, you may do (after checking whether these commands are ok) # Hide and remove from repository mv <file> <file>.hidden cvs remove <file> cvs commit <file> # Restore with good perm mv <file>.hidden file chmod <mode> <file> # Put in repository cvs add <file> cvs commit <file> I don't remember if it is possible to do much better w/out accessing the repository (I don't have my CVS doc with me). Hth, Etienne > According to Lute Kamstra <Lut...@cw...> (on 11/06/03): >> >> Yes, if you accidentally add a file before making it executable, you >> must go into the repository and manually chmod +x the RCS file. > > Ok, now who has the rights to do this? If not the only other option I see > is to change the name of these scripts and use the new names elsewhere in > the make process.... > > D. > > -- > David Bateman Dav...@mo... > Motorola CRM +33 1 69 35 48 04 (Ph) > Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) > 91193 Gif-Sur-Yvette FRANCE > > The information contained in this communication has been classified as: > > [x] General Business Information > [ ] Motorola Internal Use Only > [ ] Motorola Confidential Proprietary > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Octave-dev mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octave-dev > |