From: Hedayat V. <hed...@ai...> - 2008-06-13 21:12:05
|
Hi, Thanks anyway. It seems that the only way to fix is to change the permissions of the files in the repository directly (using chmod command on the host) which is impossible in sf.net (I think!). The file permissions are the same as the permissions of the files when they are added to the repository. So, these files have executable permission when they were added to the repository. We should check the permission of the files before adding new files to CVS. (http://alexandria.wiki.sourceforge.net/CVS+-+Version+Control+for+Source+Code#tocCVS%20-%20Version%20Control%20for%20Source%20Code16) It seems that the only way (which might work!) to correct these permissions is to remove these files from CVS, correct the local file permissions and re-add them to CVS. :( Thanks anyway, Hedayat /*Markus Rollmann <rol...@un...>*/ wrote on 06/13/2008 01:53:07 PM: > Hi, > > Hedayat Vatankhah wrote: >> Some of the CVS files have wrong permissions (executable permission). >> Is there any way to fix them? > > Yes you're right. > > If you check out the skybox textures again from a linux box the 'x' > flag is set. I don't know why this happens. Maybe the binary flag > implies this? But it's not true for all textures in the CVS (the all > have to binary flag set) > > I did not find any hint in the CVS manuals [1] > > cheers, > Markus > > [1] http://ximbiot.com/cvs/manual/ |