Gentoo Archives: gentoo-dev

From: Blackace <blackace@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] IMPORTANT: Change to CVSROOT variable for cvs.gentoo.org
Date: Wed, 02 Jun 2004 02:30:46
Message-Id: 20040602023044.524446CFBC@starwind.homelinux.com
1 For changing your CVS/Root files, this one-liner is virtually guaranteed
2 (but not by me), and requires the findutils package (let's just say you
3 should have this). Please run it in either your /home/${USER}/
4 directory or your gentoo cvs checkout directory, it should take about 10
5 seconds.
6
7 /usr/bin/find . -type f -path "*/CVS/Root" -exec /bin/sed -i -e
8 '/^[^@]*@cvs\.gentoo\.org:\/home\/cvsroot$/s#^\([^@]\+\)@\(cvs\.gentoo\.org\):/home/cvsroot$#\1@\2:/var/cvsroot#' \{\} \;
9
10 --
11 Blackace
12 Gentoo Linux
13 Infrastructure Developer

Attachments

File name MIME type
signature.asc application/pgp-signature