[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: APR has moved repository, please tweak your working copies...

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-11-21 02:49:12 CET

On Tue, Nov 21, 2000 at 02:27:01AM +0100, Branko Cibej wrote:
> Karl Fogel wrote:
>
> > APR has broken out from Apache and moved to its own repository.
> > Subversion people should do the following:
> >
> > cvs -d :pserver:anonymous@locus.apache.org:/home/cvs login
> > (enter anon password)

That should be "anoncvs" rather than "anonymous". And the password is
"anoncvs" also.

> [etc.]
>
> O.K., so I'm dumb, I admit it.
>
> cvs login: authorization failed: server apache.org rejected access
>
> That's both :pserver: and :ext: via ssh, to both apache.org and
> locus.apache.org (and I can ssh to locus and have set up my ssh
> authorization there).

You probably want to use SSH for APR since that will allow you to make
changes. The command would look like:

cvs -d :ext:brane@apache.org:/home/cvs co apr

(assuming you have CVS_RSH set and your authorized_keys set up on locus)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:15 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.