[PHP] Re: Controlling project version

2007-06-18 Thread Colin Guthrie
Jochem Maas wrote: > Colin Guthrie wrote: >> One other good thing about Subversion is the flexibility of it's hooks. >> You can setup scripts to automatically deploy your changes to a live >> environment. It's ace! > > 2 points I'd like to make: > > 1. I'd be very wary of using an auto deployment

Re: [PHP] Re: Controlling project version

2007-06-18 Thread Shafiq Rehman
Hello, I use CVS in office and home -- Shafiq Rehman (ZCE) http://www.phpgurru.com | http://shafiq.pk Cell: +92 300 423 9385 On 6/18/07, Jochem Maas <[EMAIL PROTECTED]> wrote: Colin Guthrie wrote: > Stut wrote: >>> I don't like the branching in subversion, it's a lot easier to work with >>>

Re: [PHP] Re: Controlling project version

2007-06-18 Thread Jochem Maas
Colin Guthrie wrote: > Stut wrote: >>> I don't like the branching in subversion, it's a lot easier to work with >>> in CVS. ... > > One other good thing about Subversion is the flexibility of it's hooks. > You can setup scripts to automatically deploy your changes to a live > environment. It's a

[PHP] Re: Controlling project version

2007-06-18 Thread Colin Guthrie
Stut wrote: >> I don't like the branching in subversion, it's a lot easier to work with >> in CVS. > > That's odd since this is one of the major advantages that Subversion has > over CVS (for me at any rate). When you branch or tag in CVS it will sit > there and create a copy of every single file