From: Markus R. <rol...@un...> - 2008-06-13 08:46:46
|
Hi, Xu Yuan wrote: > Update of /cvsroot/sserver/rcsoccersim/rcssserver3D/app/simspark/rsg/agent/nao > In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12781/rsg/agent/nao [...] > Log Message: > * app/simspark/materials/skybox.mtl: > * app/simspark/models/skybox.obj: > * app/simspark/rsg/agent/nao/soccer.rsg: > * app/simspark/textures/skyrender0001.jpg: > * app/simspark/textures/skyrender0002.jpg: > * app/simspark/textures/skyrender0003.jpg: > * app/simspark/textures/skyrender0004.jpg: > * app/simspark/textures/skyrender0005.jpg: > * app/simspark/textures/skyrender0006.jpg: > - add skybox for the soccer field nice skybox ;-) There is one problem though. If you add binary files to the CVS please use the CVS flag -kb to mark them as binary, i.e. use cvs add -kb skyrender0006.jpg otherwise CVS treats them as text files and replaces newlines when they are checked out on a windows box. I fixed this already. This is possible with the CVS admin command, e.g. cvs admin -kb skyrender0006.jpg cheers, Markus |
From: Hedayat V. <hed...@ai...> - 2008-06-13 09:10:24
|
Hi Markus, Some of the CVS files have wrong permissions (executable permission). Is there any way to fix them? Thanks, Hedayat /*Markus Rollmann <rol...@un...>*/ wrote on 06/13/2008 01:16:18 PM: > Hi, > > Xu Yuan wrote: > >> Update of /cvsroot/sserver/rcsoccersim/rcssserver3D/app/simspark/rsg/agent/nao >> In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12781/rsg/agent/nao >> > [...] > >> Log Message: >> * app/simspark/materials/skybox.mtl: >> * app/simspark/models/skybox.obj: >> * app/simspark/rsg/agent/nao/soccer.rsg: >> * app/simspark/textures/skyrender0001.jpg: >> * app/simspark/textures/skyrender0002.jpg: >> * app/simspark/textures/skyrender0003.jpg: >> * app/simspark/textures/skyrender0004.jpg: >> * app/simspark/textures/skyrender0005.jpg: >> * app/simspark/textures/skyrender0006.jpg: >> - add skybox for the soccer field >> > > nice skybox ;-) > > There is one problem though. If you add binary files to the CVS please > use the CVS flag -kb to mark them as binary, i.e. use > > cvs add -kb skyrender0006.jpg > > otherwise CVS treats them as text files and replaces newlines when they > are checked out on a windows box. I fixed this already. This is possible > with the CVS admin command, e.g. > > cvs admin -kb skyrender0006.jpg > > cheers, > Markus > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing list > sim...@li... > https://lists.sourceforge.net/lists/listinfo/simspark-devel > |
From: Markus R. <rol...@un...> - 2008-06-13 09:23:30
|
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/ |
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/ |
From: Yuan X. <xuy...@gm...> - 2008-06-13 09:24:39
|
Hi, Thanks for your instruction. ;-) 2008/6/13 Markus Rollmann <rol...@un...>: > Hi, > > Xu Yuan wrote: >> Update of /cvsroot/sserver/rcsoccersim/rcssserver3D/app/simspark/rsg/agent/nao >> In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12781/rsg/agent/nao > [...] >> Log Message: >> * app/simspark/materials/skybox.mtl: >> * app/simspark/models/skybox.obj: >> * app/simspark/rsg/agent/nao/soccer.rsg: >> * app/simspark/textures/skyrender0001.jpg: >> * app/simspark/textures/skyrender0002.jpg: >> * app/simspark/textures/skyrender0003.jpg: >> * app/simspark/textures/skyrender0004.jpg: >> * app/simspark/textures/skyrender0005.jpg: >> * app/simspark/textures/skyrender0006.jpg: >> - add skybox for the soccer field > > nice skybox ;-) > > There is one problem though. If you add binary files to the CVS please > use the CVS flag -kb to mark them as binary, i.e. use > > cvs add -kb skyrender0006.jpg > > otherwise CVS treats them as text files and replaces newlines when they > are checked out on a windows box. I fixed this already. This is possible > with the CVS admin command, e.g. > > cvs admin -kb skyrender0006.jpg > > cheers, > Markus > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Simspark Generic Physical MAS Simulator > simspark-devel mailing list > sim...@li... > https://lists.sourceforge.net/lists/listinfo/simspark-devel > -- Best wishes! Xu Yuan School of Automation Southeast University, Nanjing, China mail: xuy...@gm... xy...@ya... web: http://xuyuan.cn.googlepages.com -------------------------------------------------- |