On Tue, 25 Jul 2000, Thomas SMETS wrote:

> 
> Let's put the question differently ...
> Where are the ",v" files located, once checked in ?

Why are you asking this on the cooker list? This is not the CVS list! But
i will help you so that maybe you won't ask again.

I would make a directory called /home/cvs

Add yourself to a group named cvs, and chgrp -R cvs /home/cvs, and chmod
-R ug+rw /home/cvs

Add export CVSROOT=/home/cvs to you ~/.bash_profile, or globally to
/etc/profile. If you are using ssh, also add export CVS_RSH=ssh.

Finally, you are ready to cd /home/cvs and run 'cvs init'

Next you cd to where you sourcedir is located and 'cvs import -m "initial
import blah blah" projectname vendortag releasetag'

After this, cvs co projectname

And cvs update in projectname/ for subsequent updates.

Hope this helps, but really you should read the docs.. because there's
still a lot more to it than that.

-- 
Sincerely,

David Walluck
<[EMAIL PROTECTED]>

Reply via email to