Source-Changes archive

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

Re: CVS commit: basesrc/sbin/dump



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@localhost:/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@localhost:/cvsroot co 
basesrc/sbin/dump/rcache.c
  cvs -d anoncvs%anoncvs.netbsd.org@localhost:/cvsroot diff -r1.6 
basesrc/sbin/dump/rcache.c

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



Home | Main Index | Thread Index | Old Index