Re: CVS movement.
- From: "Scott D. Heavner" <sheavner sprintmail com>
- To: Gnome Mailing List <gnome-list gnome org>
- Subject: Re: CVS movement.
- Date: Fri, 26 Jun 1998 10:08:40 -0700
Andreas Kostyrka wrote:
>
> On Fri, 26 Jun 1998, Gleef wrote:
> > > The anonymous CVS machine will be called anoncvs.gnome.org, and
> > > developers will be using cvs.gnome.org or cvs.gimp.org.
> >
> > That works. I assume we will have to log in anew. Use -z3 everyone!
> Not really: a small sed script on some files in `find <root> -name CVS`
> might do the trick too ;)
I used a sh script like this when I changed from anon cvs to developr
cvs:
for i in `find . -name Root` ;
do sed -e 's/cvs.gnome.org/anoncvs.gnome.org/g' \
-e 's/cvs.gimp.org/anoncvs.gnome.org/g' $i > /tmp/sed$$ ;
mv /tmp/sed$$ $i;
done
Executed from the base gnome-cvs directory on your local machine. This
script assumes that any file named Root is a CVS/Root file, but it saved
me the trouble of reloading everything.
Scott
----------------------------------------------------------------
I love Saturday morning cartoons, what classic humour! This
is what entertainment is all about ... Idiots, explosives
and falling anvils. -- Calvin and Hobbes, Bill Watterson
----------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]