Thread: pgsql: Please ignore.

pgsql: Please ignore.

From
momjian@postgresql.org (Bruce Momjian)
Date:
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)

Re: pgsql: Please ignore.

From
Bruce Momjian
Date:
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. +

Re: pgsql: Please ignore.

From
Tom Lane
Date:
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

Re: pgsql: Please ignore.

From
Bruce Momjian
Date:
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. +

Re: pgsql: Please ignore.

From
Bruce Momjian
Date:
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. +