From: Alexander F. <Ale...@gm...> - 2000-12-07 16:11:50
|
Am Donnerstag, 7. Dezember 2000 00:36 schrieben Sie: > 1) Does anyone know, why I can't see all files in the cvs webinterface in > sourceforge ? > I can't find MainWindow.* files > > 2) Is this the correct way, to finally send files to the CVS archive ? > > export CVS_RSH=ssh > export CVSROOT=jo...@cv...:/cvsroot/kreatecd > cvs -z3 up filename > I would recommend to put exportg CVS_RSH into your profile if you don't use any other cvs repository which does use rsh. It does not interfere with pserver CVS. You need to set CVSROOT only the first time. cvs stores the CVSROOT in the CVS directory. The "normal" way to checkout KreateCD the first time is "cvs -z3 co kreatecd". After the first checkout just go to the kreatecd root directory and type "cvs -z3 up" and all files will be updated to the CVS HEAD. > >> If nothing fails : > > cvs ci -m "description" > > ?????? Correct. You can also type "cvs ci" and enter the description in vi or other text editors. > With cvs -z3 co I get the whole archive and my changed files (in anonymous > mode): > MainWindow.* Tools.* IsoTree.*, but I don't see them in the webcvs. > Same here - very strange. MainWindow.cpp is in the HEAD branch so it should be shown in webcvs. Alexander -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |