Nice script to change all those cvsroots?

2001-07-19 Thread Martin van den Bemt

Has anyone got a nice script to replace the jakarta.apache.org cvsroot to
the cvs.apache.org cvs root? It's a lot of time to checkout everything again
and gives lot's of other problems (losing changes I made to ant and tomcat
eg..). It is for linux btw.
Just a not : I have a checkout of all the jakarta projects, so I will save a
lot of traffic to the cvs server with a nice change script.. (I'm not a guru
on bash scripts..)

Mvgr,
Martin




Re: Nice script to change all those cvsroots?

2001-07-19 Thread Jeff Turner

A collection of invaluable scripts for CVS:

http://www.red-bean.com/cvsutils/

cvsco is the one I use daily.. removes all local modifications.

Among them:

 cvschroot makes it possible to change CVS/Root in all subdirectories
 to the given value.


--Jeff


On Fri, Jul 20, 2001 at 12:22:32AM +0200, Martin van den Bemt wrote:
 Has anyone got a nice script to replace the jakarta.apache.org cvsroot to
 the cvs.apache.org cvs root? It's a lot of time to checkout everything again
 and gives lot's of other problems (losing changes I made to ant and tomcat
 eg..). It is for linux btw.
 Just a not : I have a checkout of all the jakarta projects, so I will save a
 lot of traffic to the cvs server with a nice change script.. (I'm not a guru
 on bash scripts..)
 
 Mvgr,
 Martin