Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Wed, 21 Nov 2007 10:04:28 +0000, Garyl Erickson wrote: ... > Changing the environment variable or using the command line switch would > be so much simpler, especially if there was an option to update the > CVS\Root file. find . -name Root | grep '/CVS/Root$' | while read fn; do echo :pserver:me at localhost:/cvs >"$fn"; done Shorter than the complaint. Now, if there weren't the \. Andreas