RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-12 Thread Daevid Vincent
> -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Thursday, May 06, 2010 9:06 AM > To: Daevid Vincent; php-general@lists.php.net > Subject: RE: [PHP] In need of CVS/SVN checkout script for > Production servers [solved] > > At 5:43

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-06 Thread tedd
At 5:43 PM -0700 5/5/10, Daevid Vincent wrote: > -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Wednesday, May 05, 2010 8:19 AM > To: Daevid Vincent; php-general@lists.php.net > Subject: RE: [PHP] In need of CVS/SVN checkout script for >-snip- stuff which f

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-06 Thread David Otton
On 6 May 2010 04:14, Adam Richardson wrote: > Daevid asked the list for a an app that facilitated SVN/CVS, and when nobody > provided options, he crafted a solution of his own and then offered it back > to the list. Er... I suggested Phing. Phing/Ant/Gradle/Maven/Capistrano... a build tool is th

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Adam Richardson
On Wed, May 5, 2010 at 9:27 PM, Nathan Rixham wrote: > Daevid Vincent wrote: > >> -Original Message- >>> From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Wednesday, May 05, >>> 2010 8:19 AM >>> To: Daevid Vincent; php-general@lists.php.net &g

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Nathan Rixham
Daevid Vincent wrote: -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Wednesday, May 05, 2010 8:19 AM To: Daevid Vincent; php-general@lists.php.net Subject: RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved] At 1:10 PM -0700 5/4/10

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Daevid Vincent
> -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: Wednesday, May 05, 2010 8:19 AM > To: Daevid Vincent; php-general@lists.php.net > Subject: RE: [PHP] In need of CVS/SVN checkout script for > Production servers [solved] > > At 1:10

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread Michiel Sikma
On 5 May 2010 17:18, tedd wrote: > At 1:10 PM -0700 5/4/10, Daevid Vincent wrote: > >> Well, here is the one I'm using. I ended up just writing one (again!) >> >> http://www.daevid.com/content/examples/snippets.php :: "Production >> Deployment Script" >> > > What?!? > > Advanced features?? > -sni

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-05 Thread tedd
At 1:10 PM -0700 5/4/10, Daevid Vincent wrote: Well, here is the one I'm using. I ended up just writing one (again!) http://www.daevid.com/content/examples/snippets.php :: "Production Deployment Script" What?!? Advanced features?? I know you don't mean it, but you certainly know how to piss

Re: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-04 Thread Nathan Rixham
Daevid Vincent wrote: -Original Message- From: Daevid Vincent [mailto:dae...@daevid.com] Sent: Thursday, April 29, 2010 12:33 PM To: php-general@lists.php.net Subject: [PHP] In need of CVS/SVN checkout script for Production servers Semi-off-topic, but I'm pretty sure you al

RE: [PHP] In need of CVS/SVN checkout script for Production servers [solved]

2010-05-04 Thread Daevid Vincent
> -Original Message- > From: Daevid Vincent [mailto:dae...@daevid.com] > Sent: Thursday, April 29, 2010 12:33 PM > To: php-general@lists.php.net > Subject: [PHP] In need of CVS/SVN checkout script for > Production servers > > Semi-off-topic, but I'm prett

Re: [PHP] In need of CVS/SVN checkout script for Production servers

2010-04-30 Thread David Otton
On 29 April 2010 20:32, Daevid Vincent wrote: > I'm looking for a script (bash or php) that I would run on my production > web server that would do this or close to it: > >        1. do a CVS/SVN checkout to a new timestamped directory >        2. change the symlink from the old directory >      

[PHP] In need of CVS/SVN checkout script for Production servers

2010-04-29 Thread Daevid Vincent
Semi-off-topic, but I'm pretty sure you all are faced with this same challenge, I figured it's worth a shot and maybe some flaming. I'm looking for a script (bash or php) that I would run on my production web server that would do this or close to it: 1. do a CVS/SVN checkout to a new time