Gentoo Archives: gentoo-dev

From: Christian Gut <cycloon@×××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] IMPORTANT: Change to CVSROOT variable for cvs.gentoo.org
Date: Wed, 02 Jun 2004 20:10:46
Message-Id: 20040602201042.GC15904@is-root.org
In Reply to: Re: [gentoo-dev] IMPORTANT: Change to CVSROOT variable for cvs.gentoo.org by Kurt Lieber
1 On Tue, 01 Jun 2004, Kurt Lieber wrote:
2
3 > On Tue, Jun 01, 2004 at 09:20:01PM -0400 or thereabouts, Mike Frysinger wrote:
4 > > what about those who don't use CVSROOT in the environment because we work with
5 > > many cvs repos with many cvs based projects ?
6 > > looking at the CVS/Root file in my gentoo-x86 checkout, it reads:
7 > > vapier@××××××××××.org:/home/cvsroot/
8 > > am i going to have to sed all of those files ?
9 >
10 > Truthfully, I don't know. Hopefully someone who's more of a cvs expert can
11 > answer that question. Marius ran a couple of grep statements earlier, so I
12 > can tell you what we're looking at:
13
14 why not just simple like this:
15
16 echo $MYNEWCVSROOT > /path/to/localcopy/**/CVS/Root
17
18 or for zsh users:
19
20 echo $MYNEWCVSROOT > /path/to/localcopy/**/CVS/Root
21
22 not tested but i used to use that.
23
24 --
25 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] IMPORTANT: Change to CVSROOT variable for cvs.gentoo.org Joseph Booker <joe@××××××××××.net>