Subject: Re: New patch for mpc8xx port
To: None <tech-embed@netbsd.org>
From: David Querbach <querbach@realtime.bc.ca>
List: tech-embed
Date: 10/05/2000 08:08:07
> I can't get netbsd-current source tree via pserver, so I use local netbsd
> repository which is got from rsync.netbsd.org , and I get netbsd-current
> source tree via ssh and socks.
>
> from local repositry (Local repository exists at /home/cvsroot.):
>
> % setenv CVSROOT /home/cvsroot
> % cvs checkout -d original -D 20000913 src
Sorry, my mistake. The above doesn't work with pserver either, since it
overrides the -d options in CVSROOT/modules. Do this instead:
% cvs checkout -D 20000913 src
% mv src original
This should work either from your local repository or from anoncvs.
Regards,
David Querbach
Real-Time Systems Inc.