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 > |