Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 2000051

RE: [PHP3] (OT) Source control? From: Boget, Chris (chris <email protected>)
Date: 05/10/00

> I'm curious to find out what everyone on the list prefers to
> use for source control. I've looked at (and used) CVS and I
> can see the benefits to using it in some situations but wasn't
> sure it really made sense in most web development
> environments where the files are small and (probably) should
> be locked to prevent people from stepping on each other's toes.

We use Visual Source Safe for development (so the developlers
don't step on each others' toes) and CVS between our development
and our production servers (websites).

So basically the flow in modifying a file is:

Check file out from VSS
Modify file
Check file back in to VSS
Have change approved
CVS file from development server to production server.

It works really well for us.

Chris

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>