calacode has asked for the wisdom of the Perl Monks concerning the following question:
We developed Perl software that is used by a growing number of clients.
Although we are having a problem upgrading existing clients to our new product version.
Since our software is developed 100% in Perl, we were hoping to design a simple 'source-patch' script that connects to our site, and downloads the new perl modules/scripts and upgrades the clients copy.
The user could use a simple WebAdmin page, click a submit button, and the process starts. The process could also be automated via Cron.
My question, has anyone created a similar program for maintaing source over multiple servers?
We want to make the upgrade process to our new versions as easy as possible.
I'm thinking to use the GNU patch utility or CVS, although I'd love to hear some PerlMonk suggestions.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Keeping code up2date over multiple servers
by atcroft (Abbot) on Sep 17, 2002 at 13:37 UTC | |
by mp (Deacon) on Sep 17, 2002 at 15:49 UTC | |
by calacode (Initiate) on Sep 17, 2002 at 15:23 UTC | |
Re: Keeping code up2date over multiple servers
by neilwatson (Priest) on Sep 17, 2002 at 13:37 UTC | |
Re: Keeping code up2date over multiple servers
by waswas-fng (Curate) on Sep 17, 2002 at 16:12 UTC | |
Re: Keeping code up2date over multiple servers
by samurai (Monk) on Sep 17, 2002 at 15:07 UTC | |
Re: Keeping code up2date over multiple servers
by pope (Friar) on Sep 18, 2002 at 13:07 UTC |