From: David B. <Dav...@mo...> - 2003-11-07 09:25:58
|
Hi Etienne, This is exactly the procedure I tried. I did it again just to prove that this doesn't work, and got the message cvs server: re-adding file mkdoc (in place of dead revision 1.5) cvs server: re-adding file mktexi (in place of dead revision 1.5) cvs server: use 'cvs commit' to add these files permanently What happened was the file was sent to the Attic directory in the RCS and revived when the file was re-added, with the OLD permissions. I read in the manual for cvs that "cvs commit -f" would submit permission changes but this didn't work either. So unless someone has RCS access on sourceforge, the old solution I see is to rename these files. What a major pain!!!! D. According to et...@is... <et...@is...> (on 11/06/03): > > 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 > > > > > > ------------------------------------------------------- > 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 -- 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 |