This is an easy enough fix to install, but why in the world would `cd dir' echo and yet `cd ./dir' does not?
Regards, Derek Paul Edwards wrote: > cvs diff -c sanity.sh > Index: sanity.sh > =================================================================== > RCS file: /development/repository/ccvs/src/sanity.sh,v > retrieving revision 1.1.1.1 > diff -c -r1.1.1.1 sanity.sh > *** sanity.sh 10 Sep 2008 04:24:38 -0000 1.1.1.1 > --- sanity.sh 11 Sep 2008 02:59:05 -0000 > *************** > *** 21772,21778 **** > # version of a newly recovered repository and replace the CVS > # database dirs in a workspace with later revisions than those in the > # recovered repository > ! cd repos-first-dir > DATADIRS=\`find . -name CVS -print\` > cd ../first-dir > find . -name CVS -print | xargs rm -rf > --- 21772,21778 ---- > # version of a newly recovered repository and replace the CVS > # database dirs in a workspace with later revisions than those in the > # recovered repository > ! cd ./repos-first-dir > DATADIRS=\`find . -name CVS -print\` > cd ../first-dir > find . -name CVS -print | xargs rm -rf -- Derek R. Price Solutions Architect Ximbiot, LLC <http://ximbiot.com> Get CVS and Subversion Support from Ximbiot! v: +1 248.835.1260 f: +1 248.246.1176 _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
