From: | simond |
Date: | 1 Aug 2000 at 14:38:31 |
Subject: | Re: AMIOPEN: GNU Ports Co-Ordination |
On Tue, Aug 01, 2000 at 03:17:28PM +0200, Aaron Optimizer Digulla wrote:
> On Tue, Aug 01, 2000 at 12:57:00PM +0100, amimjf@connectfree.co.uk wrote:
>
> > >I'm currently working on gzip, tar, bash, gawk and ixemulng. Right now,
> > I'm
> > >pretty stuck because of the error "`va_start' used in tool function with
> > no
> > >varargs attribute" which I get when I try to compile execl.c. Any ideas ?
> >
> > If i can work out how to use sodding CVS then i will get a new copy of
> > ixemulng tonight, and have a play, cos i have some new (tools ?), to add
> > to the emulation.
>
> To get a copy run this command:
>
> cvs -d <CVSROOT> checkout ixemulng
>
> This will create a copy of ixemulng in the current directory (ie.
> it will create a directory ixemulng in the current one and put
> a copy of all files in there :-).
>
> When you did this, then you can all CVS commands inside this
> new ixemulng directory without the -d option because CVS
> will remember it for you. Same with login: You must
> login only once; CVS will remember that, too.
The easier way I find is to do:
export CVSROOT=:pserver:whatever@amiga.com:/usr/local/cvs
cvs login
cvs checkout ixemulng
just for example, that way the CVSROOT bit goes into my startup file :)