On Fri, 20 Aug 2004 11:12:47 -0400, Paul Danko <[EMAIL PROTECTED]> wrote:
> I'm a newbie using CVS with PHP development. I created a CVS repository,
> which contains two directories.
> 
> /CVSROOT/
> /project/
> 
> where project has my code.
> 
> My problem is that CVS modifies the files in the /project/ folder.  the
> extension becomes *.php,v. I want to be able to checkout the code, check
> it back in, and then essentially "refresh" my browser and see the
> changes. In this case, the repository itself cannot be used by apache
> (because the files are modified as mentioned previously), a checked out
> version is required.  this seems like extra steps.
> 
> 1.)     Check out my copy of the code
> 2.)     Make changes to code
> 3.)     Check the code back into cvs
> 4.)     Checkout a copy of the current code to the web directory
> 5.)     View the changes via the web.
> 
> Is this how it is typically done? Thanks for any help!
> 

At my current job, I wrote a script (called "deploy") which checks
things out of CVS and puts them in their right place in our web tree.
It ended up being fairly complicated as we have lots of different
secionts and applications, but for a simple thing, you could make it a
shell alias if you wanted to.

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to