public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] CVS access
@ 2002-02-03 10:28 Arcady Genkin
  2002-02-03 11:29 ` Tod M Neidt
  0 siblings, 1 reply; 15+ messages in thread
From: Arcady Genkin @ 2002-02-03 10:28 UTC (permalink / raw
  To: gentoo-dev

What is the typical procedure to get CVS write access to the portage
tree?  I emailed drobbins@gentoo.org[1] about this a few days ago, but
have not heard back.

Today I've submitted a new ebuild (TMDA, bug 509), and a few updates
(bugs 507 and 424).  Tomorrow I'd like to add a few new ports, and
would also like to maintain them and the TMDA port in the future.  It
would be nice if I could do it in a less tedious way.  ;^)

I can be contacted at agenkin@thpoon.com.

Footnotes: 
[1]  As the instructions go on one of the web documents.
-- 
Arcady Genkin
Don't read everything you believe.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] CVS access
  2002-02-03 10:28 Arcady Genkin
@ 2002-02-03 11:29 ` Tod M Neidt
  0 siblings, 0 replies; 15+ messages in thread
From: Tod M Neidt @ 2002-02-03 11:29 UTC (permalink / raw
  To: gentoo-dev

On Sun, 2002-02-03 at 04:28, Arcady Genkin wrote:
> What is the typical procedure to get CVS write access to the portage
> tree?  I emailed drobbins@gentoo.org[1] about this a few days ago, but
> have not heard back.

My experience ,and opinion, on the matter is (drobbins please correct me
if I am mistaken or speaking out of place):

1. Demonstrate technical competence in the quality of your ebuilds
submitted to bugs.gentoo.org

2. Accumulate a sufficiently significant "portfolio" of contributions to
bugs.gentoo.org.  A good working definition of "sufficiently
significant" is that you generate enough extra work for the current
developers who have to commit and maintain your contributions that they
decide it would just make their life easier if you had CVS access.  Of
course, 2 implies 1, because if your contributions are not of high
quality they will more than likely be ignored. A few very high quality
and very "valuable" contributions would probably equal a greater number
of "ordinary" contributions.

3. Demonstrate stamina and commitment, i.e. paying your dues in the
unheralded, trenches of a "no CVS access" gentoo user. It would probably
be extremely disappointing, if you were granted CVS access, only to have
you disappear after a few months because you found a "cooler" or "more
interesting" project or activity with which to devote your time.

Note: The above comments does not necessarily represent the views of the
Management :)

tod





^ permalink raw reply	[flat|nested] 15+ messages in thread

* [gentoo-dev] CVS access
@ 2002-02-04  5:18 jim
  2002-02-04  7:17 ` Vitaly Kushneriuk
  0 siblings, 1 reply; 15+ messages in thread
From: jim @ 2002-02-04  5:18 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: TEXT/plain, Size: 262 bytes --]

Ok, I've look for this information, and I'm sure it's somewhere obvious,
but I can't seem to locate it. What do I need to know to get READ-ONLY
CVS access? I just want to pull down the latest CVS tree, but can't
quite find the information I need.

Thanks...
jim

[-- Attachment #2: Type: APPLICATION/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] CVS access
  2002-02-04  5:18 jim
@ 2002-02-04  7:17 ` Vitaly Kushneriuk
  0 siblings, 0 replies; 15+ messages in thread
From: Vitaly Kushneriuk @ 2002-02-04  7:17 UTC (permalink / raw
  To: Gentoo-dev

http://lists.gentoo.org/pipermail/gentoo-dev/2002-January/008954.html
On Mon, 2002-02-04 at 07:18, jim@nuttz.org wrote:
> Ok, I've look for this information, and I'm sure it's somewhere obvious,
> but I can't seem to locate it. What do I need to know to get READ-ONLY
> CVS access? I just want to pull down the latest CVS tree, but can't
> quite find the information I need.
> 
> Thanks...
> jim



^ permalink raw reply	[flat|nested] 15+ messages in thread

* [gentoo-dev] CVS access
@ 2002-10-04 12:52 Matteo Sasso
  2002-10-04 13:50 ` Paul de Vrieze
  0 siblings, 1 reply; 15+ messages in thread
From: Matteo Sasso @ 2002-10-04 12:52 UTC (permalink / raw
  To: gentoo-dev

Hello there, dev-guys! I'd like to commit a patch to the gentoo CVS 
repository, but I had some problems so far (maybe just 'cause it's my first 
time with cvs ^_^'). I couldn't find anything in the docs so... here it 
comes!
Is ":pserver:anonymous@gentoo.org:/home/anoncvs" fine for CVSROOT?
I tried "cvs login" but the server asks me for a password and just hitting 
ENTER doesn't work. Do I need an account? Even for read-only?

Thank you,
Teo.
-- 
icemaze@tiscalinet.it


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] CVS access
  2002-10-04 12:52 [gentoo-dev] CVS access Matteo Sasso
@ 2002-10-04 13:50 ` Paul de Vrieze
  2002-10-05  9:39   ` Jonathan Hunt
  0 siblings, 1 reply; 15+ messages in thread
From: Paul de Vrieze @ 2002-10-04 13:50 UTC (permalink / raw
  To: gentoo-dev

On Friday 04 October 2002 14:52, Matteo Sasso wrote:
> Hello there, dev-guys! I'd like to commit a patch to the gentoo CVS
> repository, but I had some problems so far (maybe just 'cause it's my first
> time with cvs ^_^'). I couldn't find anything in the docs so... here it
> comes!
> Is ":pserver:anonymous@gentoo.org:/home/anoncvs" fine for CVSROOT?
> I tried "cvs login" but the server asks me for a password and just hitting
> ENTER doesn't work. Do I need an account? Even for read-only?
>

Yes, anonymous CVS is not available for us (non-members of the dev team). 
Patches need to be sent through bugzilla (bugs.gentoo.org)

Paul

-- 
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] CVS access
  2002-10-04 13:50 ` Paul de Vrieze
@ 2002-10-05  9:39   ` Jonathan Hunt
  2002-10-05 12:56     ` Craig Peterein
  0 siblings, 1 reply; 15+ messages in thread
From: Jonathan Hunt @ 2002-10-05  9:39 UTC (permalink / raw
  To: gentoo-dev

On Sat, 05 Oct 2002 01:50, Paul de Vrieze wrote:
>
> Yes, anonymous CVS is not available for us (non-members of the dev team).
> Patches need to be sent through bugzilla (bugs.gentoo.org)
>
> Paul

Hi,

I'm new to gentoo. But I was wanting to add some more packages that aren't 
already in portage. I thought the first thing I should do was get an anoncvs 
version of the portage tree so that my changes wouldn't be overwritten with 
rsync. I was following instructions found here: 
http://www.gentoo.org/doc/portage-manual.html. Does this mean I can't do 
that? Is the manual outdated in its instructions because it doesn't mention 
requiring to be a dev member to get anonymous CVS access. Please clarify,
Jonathan

-- 
Jonathan Hunt (The Real Jonathan Hunt) <jhuntnz@users.sourceforge.net>
Jabber at jhuntnz@jabber.sk
"He is no fool who gives what he cannot keep to gain what he cannot lose."
Jim Elliot



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] CVS access
  2002-10-05  9:39   ` Jonathan Hunt
@ 2002-10-05 12:56     ` Craig Peterein
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Peterein @ 2002-10-05 12:56 UTC (permalink / raw
  To: Jonathan Hunt; +Cc: gentoo-dev

On Sat, Oct 05, 2002 at 09:39:20PM +1200, Jonathan Hunt wrote:
> On Sat, 05 Oct 2002 01:50, Paul de Vrieze wrote:
> >
> > Yes, anonymous CVS is not available for us (non-members of the dev team).
> > Patches need to be sent through bugzilla (bugs.gentoo.org)
> 
> I'm new to gentoo. But I was wanting to add some more packages that aren't 
> already in portage. I thought the first thing I should do was get an anoncvs 
> version of the portage tree so that my changes wouldn't be overwritten with 
> rsync. I was following instructions found here: 
> http://www.gentoo.org/doc/portage-manual.html. Does this mean I can't do 
> that? Is the manual outdated in its instructions because it doesn't mention 
> requiring to be a dev member to get anonymous CVS access. Please clarify,
> Jonathan

Yeah, that url is out of date.  I gather the reason that anoncvs has been
disabled is that it causes a major slowdown on the server.  The real solution
there is to set up a few anoncvs mirrors for the rest of us.  I don't know of
any plans to do so.

A temporary solution for you is to set up PORDIR_OVERLAY in your make.conf.
There are a few catches here too, since the only way to unmask a masked build
is to edit /usr/portage/profiles/package.mask, which gets overwritten by emerge
sync.  Search google for PORTDIR_OVERLAY for more info.

Craig


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] CVS access
  2003-05-29 16:23 [gentoo-dev] CVS access list
@ 2003-05-29 16:22 ` Michael Kohl
  2003-05-29 16:27 ` Jon Portnoy
  1 sibling, 0 replies; 15+ messages in thread
From: Michael Kohl @ 2003-05-29 16:22 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

On Thu, 29 May 2003 11:23:04 -0500 (CDT)
list@slotcar.chicago.il.us wrote:

> I can see on the Web site the "cvs howto" and the browsable cvs
> archives.  What I can't find is the information I need to access cvs
> from the cli.

IIRC anonymous CVS access has been disabled a while ago.

Blame me if I'm wrong,
Michael

-- 
www.cargal.org 
GnuPG-key-ID: 0x90CA09E3
Jabber-ID: citizen428 [at] cargal [dot] org
Registered Linux User #278726

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [gentoo-dev] CVS access
@ 2003-05-29 16:23 list
  2003-05-29 16:22 ` Michael Kohl
  2003-05-29 16:27 ` Jon Portnoy
  0 siblings, 2 replies; 15+ messages in thread
From: list @ 2003-05-29 16:23 UTC (permalink / raw
  To: gentoo-dev

I can see on the Web site the "cvs howto" and the browsable cvs archives.  
What I can't find is the information I need to access cvs from the cli.

What/where is this information?

Thanks.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] CVS access
  2003-05-29 16:23 [gentoo-dev] CVS access list
  2003-05-29 16:22 ` Michael Kohl
@ 2003-05-29 16:27 ` Jon Portnoy
  1 sibling, 0 replies; 15+ messages in thread
From: Jon Portnoy @ 2003-05-29 16:27 UTC (permalink / raw
  To: list; +Cc: gentoo-dev

On Thu, May 29, 2003 at 11:23:04AM -0500, list@slotcar.chicago.il.us wrote:
> I can see on the Web site the "cvs howto" and the browsable cvs archives.  
> What I can't find is the information I need to access cvs from the cli.
> 
> What/where is this information?
> 
> Thanks.
> 
> --
> gentoo-dev@gentoo.org mailing list

There is currently no anonymous CVS access.

(This is not for policy reasons, but just because we don't currently 
have infrastructure in place to support it.)

-- 
Jon Portnoy
avenj/irc.freenode.net

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [gentoo-dev] cvs access
@ 2004-06-10 10:16 jensmh
  2004-06-10 10:46 ` Paul de Vrieze
  0 siblings, 1 reply; 15+ messages in thread
From: jensmh @ 2004-06-10 10:16 UTC (permalink / raw
  To: gentoo-dev

hi,

I would like to checkout the gentoo cvs tree.
Is this possible via anonymous cvs (if yes, how?)
or do I have to get an account?
I didn't find anything in the docs.

Jens-Michael


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] cvs access
  2004-06-10 10:16 [gentoo-dev] cvs access jensmh
@ 2004-06-10 10:46 ` Paul de Vrieze
  2004-06-10 13:45   ` jensmh
  0 siblings, 1 reply; 15+ messages in thread
From: Paul de Vrieze @ 2004-06-10 10:46 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 10 June 2004 12:16, jensmh@gmx.de wrote:
> hi,
>
> I would like to checkout the gentoo cvs tree.
> Is this possible via anonymous cvs (if yes, how?)
> or do I have to get an account?
> I didn't find anything in the docs.

Cvs access is only available to the developers due to load problems. You 
can watch cvs through the web interface though.

Paul

- -- 
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAyDwRbKx5DBjWFdsRAl1vAJwI/pV9CM5tzUqjV+ThUTDxa0HoOgCg30pF
LtUR+H3u8ElPf9cgEUYZAhY=
=8bJF
-----END PGP SIGNATURE-----

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] cvs access
  2004-06-10 10:46 ` Paul de Vrieze
@ 2004-06-10 13:45   ` jensmh
  2004-06-10 18:21     ` Sven Vermeulen
  0 siblings, 1 reply; 15+ messages in thread
From: jensmh @ 2004-06-10 13:45 UTC (permalink / raw
  To: gentoo-dev

Paul de Vrieze writes:
> > I would like to checkout the gentoo cvs tree.
> > Is this possible via anonymous cvs (if yes, how?)
> > or do I have to get an account?
> > I didn't find anything in the docs.
> 
> Cvs access is only available to the developers due to load problems. You
> can watch cvs through the web interface though.

Is there anybody working on vanilla-prepatch-sources (2.4.27pre5)?
I thought I had seen this in portage some months ago but couldn't find it anymore.
Are there ebuilds for the gentoo documentation? Since I've got only a dialup
internet connection it would be more comfortable for me to emerge the docs.

Jens-Michael



--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-dev] cvs access
  2004-06-10 13:45   ` jensmh
@ 2004-06-10 18:21     ` Sven Vermeulen
  0 siblings, 0 replies; 15+ messages in thread
From: Sven Vermeulen @ 2004-06-10 18:21 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

On Thu, Jun 10, 2004 at 03:45:27PM +0200, jensmh@gmx.de wrote:
> Are there ebuilds for the gentoo documentation? Since I've got only a dialup
> internet connection it would be more comfortable for me to emerge the docs.

There are no ebuilds for the Gentoo docs, but you can safely use wget to
fetch them all. Don't forget to add --html-extension otherwise you would
have *.xml files which might not load correctly in your browser.

For instance:
  wget --html-extension --recursive --level=1 --page-requisites \
    --timestamping --convert-links --backup-converted \
    http://www.gentoo.doc/doc/en/index.xml

And the same for http://www.gentoo.org/doc/en/handbook/handbook-x86.xml

Wkr,
      Sven Vermeulen

-- 
 Bent Hindrup Andersen, Danish MEP, about the Software Patent Directive:
    The approach of the Commission and Council in this directive is shocking. 
    They are making full use of all the possibilities of evading democracy that 
    the current Community Law provides.     <http://lwn.net/Articles/84009/>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2004-06-10 18:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-29 16:23 [gentoo-dev] CVS access list
2003-05-29 16:22 ` Michael Kohl
2003-05-29 16:27 ` Jon Portnoy
  -- strict thread matches above, loose matches on Subject: below --
2004-06-10 10:16 [gentoo-dev] cvs access jensmh
2004-06-10 10:46 ` Paul de Vrieze
2004-06-10 13:45   ` jensmh
2004-06-10 18:21     ` Sven Vermeulen
2002-10-04 12:52 [gentoo-dev] CVS access Matteo Sasso
2002-10-04 13:50 ` Paul de Vrieze
2002-10-05  9:39   ` Jonathan Hunt
2002-10-05 12:56     ` Craig Peterein
2002-02-04  5:18 jim
2002-02-04  7:17 ` Vitaly Kushneriuk
2002-02-03 10:28 Arcady Genkin
2002-02-03 11:29 ` Tod M Neidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox