Thread: pgsql: Please ignore.
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)
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. +
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
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. +
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. +