RE: [PHP] Re: Version Contol for PHP site

2001-11-19 Thread Chris Bailey
I'm maybe a little unclear on exactly what you want. It says Version Control in the subject, but then PHP debugging and such is discussed below. To me the two are independent subjects. So, some more general info... For version control I'd suggest either CVS or Perforce, depending on budget :)

Re: [PHP] Re: Version Contol for PHP site

2001-11-19 Thread Joshua Hoover
John is right. Use something like WinCVS. Then you can either setup virtual hosts for each developer to have as their "sandbox" on the development server or you can allow the developer to run php on his/her own box and check in to the development server when they check into CVS. There are p