Posted by rlee0001 on 03/11/06 22:52
Carramba,
To answer your question, no you should not try to run the PHP files
from inside the repository. Maybe technically it is possible with CVS
but I would not recommend it.
You can however use your local working copy (the copy each developer
checks out of the repository to work on) as the document root for a
local apache/php testing server. That will allow you to checkout the
currect revisions and debug them. This is how I usually work. But
generally you create a tag when your project reaches a stable point,
checkout a working copy of that tag and upload it to the server
manually.
I know you didn't ask for optinions about alternative version control
systems but I would strongly recommend Subversion instead of CVS.
-Robert
Navigation:
[Reply to this message]
|