On Monday 27 September 2004 02:28, Stephen Craton wrote:
> Thanks for the info, but I do have an extra question about CVS. Do I always
> need access to the internet to get my files to work one them?

Yes and no. And depends on where your CVS server is located. Obviously if the 
computer you're working on also hosts the CVS server then you don't need 
internet access.

When you work with CVS you usually:

- check out a set of files (for which you need access to the CVS server)
- edit them (no access needed)
- when you're sure you've fixed more bugs than you've introduced, you commit 
those files, ie send the changes to the CVS server (for which you need access 
to the CVS server)

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
You would if you could but you can't so you won't.
*/

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

Reply via email to