Re: RFC: Update wizard

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: RFC: Update wizard
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4527C9B@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на RFC: Update wizard  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: RFC: Update wizard  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 03 December 2004 14:46
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] RFC: Update wizard
>
> Dave Page wrote:
> >
> >
> >
>
> >
> > More preciesly, the issue is to detect whether a file has
> been updated.
> > I suggested CVS as it should be simple to initial look for a file
> > newer than the releases CVS tag, and following that, newer than the
> > one previously downloaded.
>
> But we don't want to create a kind-of cvs client in pgadmin,
> no? How to identify the currently installed versions, if not
> with a version string compiled in?

For a new install, get the file if it is newer than the build date. Once
a file is downloaded, it's modification date is logged in the registry
and used for future checks. I wasn't proposing a CVS client in pgAdmin
BTW - viewcvs with appropriate templates should be easily parse-able,
and it can certainly serve files of any version, from any branch.

> >
> > Mind you, maybe I'm underestimating the number of users we may get.
> > Perhaps this should work from the ftp mirror network?
>
> I've been asking about this a while ago. We don't know until
> we try, I'm afraid...

No, but it might be better to assume the worst...

Doing it this way, it shouldn't be too difficult to automate an
extraction from CVS onto the master server, and generate an index file
of what's there. The more I think about it, the more that seems the best
option...

Regards, Dave.

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: RFC: Update wizard
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: RFC: Update wizard