Re: Odd CVS revision number - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Odd CVS revision number
Date
Msg-id 20100225154952.GA3869@alvh.no-ip.org
Whole thread Raw
In response to Re: Odd CVS revision number  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:

> For some unknown reason, we have some version 2.x files in
> doc/src/sgml:
> <http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/>,
> which is why
> you saw this.

Most likely, somebody incremented the rev number by hand in the dawn of
time.  Your doc also says:
It's easy to tell CVS to increment the first digit of therevision number, provided that you're setting it to
somethingequalto or greater than the highest first digit of allrevisions of all files in the same directory. Just use
the-rflag on commit. For example:
 
    cvs commit -r 2 <file>
where <file> currently has a revision of 1.<something>, willcheck in that file with a new revision of 2.1.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Streaming replication and pg_xlogfile_name()
Next
From: Fujii Masao
Date:
Subject: Re: Streaming replication and pg_xlogfile_name()