pgsql: Please ignore.

Started by Bruce Momjianalmost 19 years ago5 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Please ignore. Fresh checkout to see if this fixes it.

Modified Files:
--------------
pgsql/doc:
TODO (r1.2210 -> r1.2211)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2210&r2=1.2211)
pgsql/doc/src/FAQ:
TODO.html (r1.719 -> r1.720)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.719&r2=1.720)

#2Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#1)
Re: pgsql: Please ignore.

Bruce Momjian wrote:

Log Message:
-----------
Please ignore. Fresh checkout to see if this fixes it.

FYI, a fresh checkout did fix the problem for my CVS commits.

---------------------------------------------------------------------------

Modified Files:
--------------
pgsql/doc:
TODO (r1.2210 -> r1.2211)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2210&r2=1.2211)
pgsql/doc/src/FAQ:
TODO.html (r1.719 -> r1.720)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.719&r2=1.720)

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: pgsql: Please ignore.

Bruce Momjian <bruce@momjian.us> writes:

Log Message:
-----------
Please ignore. Fresh checkout to see if this fixes it.

FYI, a fresh checkout did fix the problem for my CVS commits.

Did you figure out what the problem was exactly?

regards, tom lane

#4Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#3)
Re: pgsql: Please ignore.

Tom Lane wrote:

Bruce Momjian <bruce@momjian.us> writes:

Log Message:
-----------
Please ignore. Fresh checkout to see if this fixes it.

FYI, a fresh checkout did fix the problem for my CVS commits.

Did you figure out what the problem was exactly?

If both doc/TODO and doc/src/FAQ/TODO.html were modified and I did:

cvs commit doc/TODO doc/src/FAQ/TODO.html

only the HTML file would be updated. Removing the tree and recreating
it fixed it. No idea how that happened but it never happened before.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#5Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#4)
Re: pgsql: Please ignore.

bruce wrote:

Tom Lane wrote:

Bruce Momjian <bruce@momjian.us> writes:

Log Message:
-----------
Please ignore. Fresh checkout to see if this fixes it.

FYI, a fresh checkout did fix the problem for my CVS commits.

Did you figure out what the problem was exactly?

If both doc/TODO and doc/src/FAQ/TODO.html were modified and I did:

cvs commit doc/TODO doc/src/FAQ/TODO.html

only the HTML file would be updated. Removing the tree and recreating
it fixed it. No idea how that happened but it never happened before.

The weird part was that cvs diff saw both files as changed, but cvs
commit only committed the html file. And if I deleted TODO and did a
CVS update, and then modifed it, it would still not commit the change.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +