Segmentation Fault (was Re: CVS sticky information ignored on import)

2002-04-09 Thread Hamish Allan
Thanks Greg. 'cvs import' does not work from within a working directory (aka sandbox) -- i.e. it does not do anything special. Or rather it only works by virtue of the fact that by default it'll ignore all the administrative CVS sub-directories and the files they contain. Ah, the

nit [was RE: Segmentation Fault (was Re: CVS sticky information ignored on import)]

2002-04-09 Thread EXT-Corcoran, David
Just a little nit: if you end the line with a | you can drop the \ find . -name Entries | xargs grep /-kb/ \ | sed -e s|CVS/Entries:/|| -e s|/[^/]*/[^/]*/-kb/.*|| \ | xargs cvs -d $CVSROOT admin -kb find . -name Entries | xargs grep /-kb/ | sed -e s|CVS/Entries:/|| -e