Re: anoncvs and diff

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: anoncvs and diff
Дата
Msg-id 10213.1033664849@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: anoncvs and diff  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-hackers
"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
> I had a brain wave and did the cvs log command which was what lead me to try
> specifying revisions. As I say it looks like a lack of knowledge about how cvs
> works for these things. I always thought it worked like RCS and gave a diff
> against the latest checked in but obviously not.

I think "cvs diff foo.c" without any switches gives you the diff between
your local copy of foo.c and the last version of foo.c *that you checked
out* --- ie, it shows you the uncommitted editing that you've done.

If you hadn't done "cvs update" since rev 1.61 then this would explain
the behavior you saw.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Correlation in cost_index()
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Trigger regression test output