Re: CVSROOT: remerge earthdistance back into pgql-server/contrib and move

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: CVSROOT: remerge earthdistance back into pgql-server/contrib and move
Дата
Msg-id 7E3DC0E0-1B9F-11D9-91C8-000A95C705DC@speakeasy.net
обсуждение исходный текст
Ответ на CVSROOT: remerge earthdistance back into pgql-server/contrib and move  (scrappy@svr1.postgresql.org (Marc G. Fournier))
Ответы Re: CVSROOT: remerge earthdistance back into pgql-server/contrib  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CVSROOT: remerge earthdistance back into pgql-server/contrib and move  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> remerge earthdistance back into pgql-server/contrib and move
> pgsql-server to pgsql

Ugh, this is going to create a *HUGE* headache for many developers.  I
think a message to announce@ would be justified with some helpful bits
of advice such as the following:

### BEGIN HINT
Run the following two commands from inside of your PostgreSQL source
tree.

To keep your existing tree working, run the following command:

find . -name Repository -exec perl -pi.proj_rename -e \
    's#/projects/cvsroot/pgsql-server#/projects/cvsroot/pgsql#' {} \;

To prevent every modified file from having a conflict, run the
following command:

find . -type f -exec perl -p -i.proj_rename -e \
    's#\$PostgreSQL: pgsql-server/#\$PostgreSQL: pgsql/#g' {} \;

Once you're satisfied that the search-replace was successful, you can
remove the .proj_rename files by typing:

find . -name '*.proj_rename' -delete
### END HINT

-sc

--
Sean Chittenden


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

Предыдущее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Fix typo in comment.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CVSROOT: remerge earthdistance back into pgql-server/contrib