[I18n-sig] CVS

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue, 7 Nov 2000 08:21:10 +0100


> We can use:
> 
> cvs add filename
> 
> to add file into CVS tree and then commit it, but how to add a directory
> and commit it?

mkdir thedir
cvs add thedir

Regards,
Martin