Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CVS access
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
supenguin
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2002
Posts: 95

PostPosted: Sat Aug 03, 2002 3:22 pm    Post subject: CVS access Reply with quote

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
View user's profile Send private message
b-llwyd
Guru
Guru


Joined: 24 Jul 2002
Posts: 301
Location: Uppsala, Sweden

PostPosted: Sat Aug 03, 2002 5:10 pm    Post subject: Reply with quote

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
View user's profile Send private message
supenguin
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2002
Posts: 95

PostPosted: Sat Aug 03, 2002 5:45 pm    Post subject: RE: cvs access Reply with quote

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
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Tue Nov 19, 2002 10:34 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum