Subject: Re: CVS commit: basesrc/sbin/dump
To: Wojciech Puchar <wojtek@chylonia.3miasto.net>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: source-changes
Date: 12/22/2001 10:48:38
On Sat, Dec 22, 2001 at 10:05:10AM +0100, Wojciech Puchar wrote:
> > but I'm still debugging the problem where dump gets to a point and
> > "does nothing" when the read cache is being used.
> >
> >
> > To generate a diff of this commit:
> > cvs rdiff -r1.6 -r1.7 basesrc/sbin/dump/rcache.c
> 
> i have completely no knowlege about cvs (now run make install in
> pkgsrc/*/cvs.
> 
> should i just run that line?
> 
> from what cvs will know it should connect netbsd.org site?

RTFM ;)

Basically,
  cvs rdiff -d anoncvs@anoncvs.netbsd.org:/cvsroot rdiff -r1.6 -r1.7 basesrc/sbin/dump/rcache.c
should work.

If for any reason it fails for you, try this:
  setenv CVS_RSH ssh
  cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot co basesrc/sbin/dump/rcache.c
  cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot diff -r1.6 basesrc/sbin/dump/rcache.c

-- 
/* Tomasz Luchowski <zuntum@netbsd.org> */