CVS setup on maccvs: 1. admin -> preferences authentication: pserver host-address: thefactz.no-ip.org path: /witbd/website/content/src username: $your_user_name // (email minus @) e.g. natasha.phillips 2. login 3. Checkout module name or path on server: ./website/content/src CVS USE: folder naming: lower_case_with_underscore moving files can be difficult. Method is copy the file. Then remove from fist location and add in 2nd location ========================== -> repo * commit * add <- repo * update actions: adding a file from your sandbox - right-click and do add. - then do commit on the newly added file (won't be in CVS repo until you do this) deleting/removing a file from cvs - right-click and do (cvs) remove - DO NOT delete it locally first moving/renaning a file in your sandbox - copy the file to its new location - go through the routine for adding the file from its new location