OK, fixed

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: momjian(at)postgresql(dot)org
Cc: pgsql-committers(at)postgresql(dot)org
Subject: OK, fixed
Date: 2001-12-04 07:15:49
Message-ID: 200112040715.fB47Fo820180@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

OK, I was having to do two commits for every FAQ change because this:

cvs commit FAQ src/FAQ/FAQ.html

would not work if I was in the /doc directory. It would only commit one
file.

However this does work:

cvs doc/FAQ doc/src/FAQ/FAQ.html

Not sure why but being in another directory allows a commit of both
files.

Also, I kept seeing one more thing to clean up, hence all the commits.
I will try and control myself. :-)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message vev 2001-12-04 10:48:44 [WEBMASTER] 'www/html/users-lounge index.html'
Previous Message momjian 2001-12-04 07:12:08 pgsql/doc FAQ src/FAQ/FAQ.html