> -----Original Message----- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > 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. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])