Ethereal-dev: Re: [Ethereal-dev] CVS

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 23 Feb 2001 10:30:47 -0500
On Fri, Feb 23, 2001 at 08:57:27AM +0000, Neil Hunter wrote:
> Is anyone else having trouble with CVS or is this just my problem:
> 
> [neil@snakepit ethereal]$ cvs login
> (Logging in to anoncvs@xxxxxxxxxxxxxxxx)
> CVS password: 
> [neil@snakepit ethereal]$ cvs diff packet-wtls.h
> cvs server: I know nothing about packet-wtls.h
> 
> ...
> 
> Yet if I look at the web interface to CVS packet-wtls.h is shown at version
> 1.1!

Did you ever 'cvs update' a certain version of Ethereal? If so,
you need to update against the head of the tree first:

cvs update -A

--gilbert