| View previous topic :: View next topic |
| Author |
Message |
supenguin Tux's lil' helper


Joined: 28 Jul 2002 Posts: 95
|
Posted: Sat Aug 03, 2002 3:22 pm Post subject: CVS access |
|
|
I posted this question in "All Things Gentoo" a couple days ago and got no response, so I'll try here. Does Gentoo have a public CVS repository of its code or is it only accessible by the developers? I would like to get into the source for gentoo and mess with it a bit. _________________ We don't need no stinkin' signatures. |
|
| Back to top |
|
 |
b-llwyd Guru


Joined: 24 Jul 2002 Posts: 301 Location: Uppsala, Sweden
|
Posted: Sat Aug 03, 2002 5:10 pm Post subject: |
|
|
I checked the gentoo FAQ and found this -->
| Quote: |
How can I manage my own ebuilds without destroying them by (r)sync?
The simplest method is to use anonymous CVS instead of rsync, and maintain your local ebuilds in /usr/portage/local. Here's how to do it:
Code listing 4
# emerge cvs (if necessary)
# cd /usr
# cvs -d :pserver:anonymous@gentoo.org:/home/anoncvs login (hit <enter>)
# cvs -d :pserver:anonymous@gentoo.org:/home/anoncvs get gentoo-x86
# cp /usr/portage/distfiles/* gentoo-x86/distfiles/
# cp -a /usr/portage/packages/* gentoo-x86/packages/
# mv portage portage.old
# ln -s gentoo-x86 portage
# mkdir /usr/portage/local
# echo local >> /usr/portage/profiles/categories
# cp /etc/make.conf /etc/make.conf.orig
# sed -e 's/#SYNC="cvs/SYNC="cvs/' /etc/make.conf.orig > /etc/make.conf
|
maybe that's what you were looking for? i dunno, haven't tried[/url][/quote] |
|
| Back to top |
|
 |
supenguin Tux's lil' helper


Joined: 28 Jul 2002 Posts: 95
|
Posted: Sat Aug 03, 2002 5:45 pm Post subject: RE: cvs access |
|
|
Thanks! This is exactly what I was looking for! I checked all over the CVS developers guide, and searched the forum for just about every combination of "anonymous", "cvs", and "cvsroot" you can think of, but skipped that part of the FAQ since it seemed to have everything to do with emerge and nothing to do with CVS. At least now I know. _________________ We don't need no stinkin' signatures. |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Tue Nov 19, 2002 10:34 pm Post subject: |
|
|
Since this thread is being pointed to out of Duplicates, I should note that, to my knowledge, anonymous CVS access to the Portage tree has been shut off. _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
|