[imp] CVS Update

Andy andyw@black.hole-in-the.net
Sat, 15 Sep 2001 04:00:25 +0100


On Fri, Sep 14, 2001 at 04:10:42PM -0600, Omniflux wrote:
> Here is an updated version of Andy's script to do this.
> 
> #!/bin/sh
> 
> old="cvs.horde.org:/cvs/horde"
> new="anoncvs.horde.org:/repository"
> 
> for i in `find . -name CVS -type d -print`
>         do
>         echo $i
>         sed -e "s%$old%$new%" < $i/Root > $i/Root.new
>         mv $i/Root $i/Root.old
>         mv $i/Root.new $i/Root
> done
> 
> 
> -
> Omniflux
> 
> 

thanks for fixing the typo too :)
-- 


andy
-------------------------------------------------------------------------------------------
$andys_head->configure(-state => 'disabled', -size => 'small', -relief => 'needing some');

andyw@black.hole-in-the.net
-------------------------------------------------------------------------------------------