Re: [PHP] Chnage Management in PHP aka version control?

2006-07-10 Thread tg-php
Well, I had similar problems at a previous job with SourceSafe as I'm having with CVS. I totally get and understand the concept of these systems, but they're still overly headachey to use. Maybe I DONT really get them. hah. I understand mostly how they work and the concept but it seems like

Re: [PHP] Chnage Management in PHP aka version control?

2006-07-10 Thread Jochem Maas
[EMAIL PROTECTED] wrote: Well, I had similar problems at a previous job with SourceSafe as I'm having with CVS. I totally get and understand the concept of these systems, but they're still overly headachey to use. Maybe I DONT really get them. hah. I understand mostly how they work and

Re: [PHP] Chnage Management in PHP aka version control?

2006-07-07 Thread Richard Lynch
On Wed, July 5, 2006 10:40 am, [EMAIL PROTECTED] wrote: I don't know about you, Jay, but all we really want to do is keep a record of revisions and be able to 'diff' between them and have the files lock so if someone tries to open the file and it's already open, that the user is alerted and

Re: [PHP] Chnage Management in PHP aka version control?

2006-07-05 Thread tg-php
By 'change management' do you mean something like version control software? CVS, Subversion, etc? We use CVS at work and tried setting up Subversion at one point. I don't know, maybe we're all a bunch of retarded monkies here or maybe both systems are just overly complicated, but I don't

RE: [PHP] Chnage Management in PHP aka version control?

2006-07-05 Thread Jay Blanchard
[snip] By 'change management' do you mean something like version control software? CVS, Subversion, etc? [/snip] Sort of, but broader. More like a log. Maybe I should build it myself. For instance we have a server. That server requires that PHP be recompiled with additional features. I would

Re: [PHP] Chnage Management in PHP aka version control?

2006-07-05 Thread Adam Zey
[EMAIL PROTECTED] wrote: By 'change management' do you mean something like version control software? CVS, Subversion, etc? We use CVS at work and tried setting up Subversion at one point. I don't know, maybe we're all a bunch of retarded monkies here or maybe both systems are just overly

RE: [PHP] Chnage Management in PHP aka version control?

2006-07-05 Thread Paul Scott
On Wed, 2006-07-05 at 10:50 -0500, Jay Blanchard wrote: For instance we have a server. That server requires that PHP be recompiled with additional features. I would like to record the change, and maybe even plan for the change. I would need a baseline for PHP and then be able to setup