Port-amigappc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cross-powerpc for NetBSD/amiga



On Tue, May 30, 2000 at 06:20:42PM +0200, Frank Wille wrote:

> Then please tell me how I have to initialize $CVROOT, to be able
> to use cvs on cvs.netbsd.org.

Not at all... for anonymous access, I use anoncvs.no.netbsd.org.

in short: Read 

        http://anoncvs.no.netbsd.org/Pasta/anoncvs.html

in long:

in .ssh/config:

Host anoncvs.no.netbsd.org
Port 11750

(I add here: cipher blowfish, which is faster than idea)

in your .profile, or a sh script used for anoncvs access to netbsd:

export CVS_RSH=ssh
export CVSROOT=:ext:anoncvs%anoncvs.no.netbsd.org@localhost:/cvsroot

(for .cshrc or a csh script:

setenv CVS_RSH ssh
setenv CVSROOT ':ext:anoncvs%anoncvs.no.netbsd.org@localhost:/cvsroot'

Regards,
        -is



Home | Main Index | Thread Index | Old Index