X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 836E0D1B4F2 for ; Thu, 23 Oct 2003 00:17:29 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 18929-07 for ; Wed, 22 Oct 2003 21:17:01 -0300 (ADT) Received: from ganymede.hub.org (u46n208.hfx.eastlink.ca [24.222.46.208]) by svr1.postgresql.org (Postfix) with ESMTP id CFB90D1B4EC for ; Wed, 22 Oct 2003 21:16:57 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id BA47135463; Wed, 22 Oct 2003 21:16:35 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id B29AE35371; Wed, 22 Oct 2003 21:16:35 -0300 (ADT) Date: Wed, 22 Oct 2003 21:16:35 -0300 (ADT) From: "Marc G. Fournier" X-X-Sender: scrappy@ganymede.hub.org To: Peter Eisentraut Cc: Josh Berkus , pgsql-docs@postgresql.org Subject: Re: Quick help with CVS? In-Reply-To: Message-ID: <20031022211513.W75070@ganymede.hub.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200310/34 X-Sequence-Number: 2054 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)