Re: Quick help with CVS?

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Quick help with CVS?
Date: 2003-10-23 00:16:35
Message-ID: 20031022211513.W75070@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Thu, 23 Oct 2003, Peter Eisentraut wrote:

> Josh Berkus writes:
>
> > I can't seem to find the CVS command for telling a single file to revert to
> > the version in the repository. Help?
>
> It would normally be cvs update -A filename, but the postgresql.org CVS

Huh? Works for me:

%cvs update -rREL7_4_BETA4 HISTORY
U HISTORY
%cvs status HISTORY
===================================================================
File: HISTORY Status: Up-to-date

Working revision: 1.219 Thu Oct 23 00:16:19 2003
Repository revision: 1.219 /cvsroot/pgsql-server/HISTORY,v
Sticky Tag: REL7_4_BETA4 (revision: 1.219)
Sticky Date: (none)
Sticky Options: (none)

%cvs update -A HISTORY
U HISTORY
%cvs status HISTORY
===================================================================
File: HISTORY Status: Up-to-date

Working revision: 1.222 Thu Oct 23 00:16:29 2003
Repository revision: 1.222 /cvsroot/pgsql-server/HISTORY,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Richard Huxton 2003-10-23 10:06:55 Re: Automatic compat checking? (was 7.4 compatibility question)
Previous Message Tom Lane 2003-10-22 22:58:56 Why do we have "gcc default optimizations" docs?