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 3ADB1D1B541 for ; Wed, 22 Oct 2003 22:04:19 +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 00990-06 for ; Wed, 22 Oct 2003 19:03:50 -0300 (ADT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id B5FAFD1B51A for ; Wed, 22 Oct 2003 19:03:46 -0300 (ADT) Received: (qmail 16352 invoked by uid 65534); 22 Oct 2003 22:03:48 -0000 Received: from dsl-213-023-254-125.arcor-ip.net (EHLO dsl-213-023-254-125.arcor-ip.net) (213.23.254.125) by mail.gmx.net (mp014) with SMTP; 23 Oct 2003 00:03:48 +0200 X-Authenticated: #495269 Date: Thu, 23 Oct 2003 00:03:51 +0200 (CEST) From: Peter Eisentraut X-X-Sender: peter@peter.localdomain To: Josh Berkus Cc: pgsql-docs@postgresql.org Subject: Re: Quick help with CVS? In-Reply-To: <200310221449.27704.josh@agliodbs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200310/31 X-Sequence-Number: 2051 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 server doesn't support this. So I suggest 'rm && cvs update'. -- Peter Eisentraut peter_e@gmx.net