Re: subversion support?

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: subversion support?
Дата
Msg-id 4721FD12.1030504@wildenhain.de
обсуждение исходный текст
Ответ на Re: subversion support?  ("Dave Page" <dpage@postgresql.org>)
Ответы Re: subversion support?  (Dave Page <dpage@postgresql.org>)
Список pgsql-general
Hi Dave,

Dave Page schrieb:
>
>> ------- Original Message -------
>> From: "Roberts, Jon" <Jon.Roberts@asurion.com>
>> To: pgsql-general@postgresql.org
>> Sent: 25/10/07, 17:35:32
>> Subject: Re: [GENERAL] subversion support?
>>
>> Complaint?  Who is complaining?
>>
>> I am simply asking if this feature that is rather common in other database
>> development tools will ever be added to pgAdmin.
>
> pgAdmin II had change control. No-one ever really used it though so we never bothered to implement it in pgAdmin III.

But it was implemented differently then the proposal above.

One way to implement it as easily as possible would be the ability
to link editor windows to file on disk, where you could have
the file version controled and changes to the file would show
up immediately in the edit window where edits in the window
could (with small delay) auto saved to the file.

This way you need not change pgadmin much while you can use cvs/svn
on your file system to do the VC stuff.

"only" a clever way for mapping (maybe based on object type)
configuration and the change detection (file notify, FAM, ...)
(the latter depending on the OS unfortunately)

Regards
Tino

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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: select count() out of memory
Следующее
От: Dave Page
Дата:
Сообщение: Re: subversion support?