On Tue, Sep 12, 2000 at 09:57:18PM +1100, Dean Hamstead wrote:
> Ive been reading through tutorals and stuff and got somehwere
> but could someone quickly sumarise how to...
> 
> a) add files and modules

Modules have a different meaning under CVS than you might at first think ...

cvs add <directory/filename>

> b) remove them

cvs remove <directory/filename>

> c) update them

cvs update <directory/filename>

However, it if fairly typicaly to do:

$ cd <working_dir>
$ cvs -z4 update -d -P

which compresses the updates, prunes (removes) any empty directories and 
create new directories. Rather than doing individual updates.

The question you haven't asked it how to commit.

$ cvs commit <directory/filename> -m "<log message>"

HTH,
Anand


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to