From: Roman Z. <zi...@fh...> - 2000-11-23 00:21:55
|
Hi, On Wed, 22 Nov 2000, Alan Buxey wrote: > by the way, is this some CVS 'thing' or am i making an ooops, but to do a > commit i must use the full line: eg > > cvs -d:ext:ala...@cv...:/cvsroot/linux-apus > commit -r mol-branch 2.2/arch/ppc/mm/init.c > > because when i use the -d part as a CVSROOT, I get prompted for password, > but then when i do a plain What's in CVS/Root? Maybe you checked it out anonymously? If yes, it should be possible to directly replace that line and copy it to all the other Root files (somehow something like "find . -name Root -exec cp CVS/Root {} \;"). bye, Roman |