CVS administration

Add a new user to the group cvs.

Run the command

cvs -d /usr/local/cvs/repository/ co gt

Copying Eero's commands:

[root@gitek cvsrep]# ls -lart gt
drwxrwsr-x   10 trond    lingsoft     4096 feb 15 17:42 gt
[root@gitek cvsrep]# groups sjur
sjur : sjur

Aha. Sjur ei ole ryhmässä lingsoft, jolla on oikeudet gt-hakemistoon.

[root@gitek cvsrep]# groups kristin
kristin : kristin
[root@gitek cvsrep]# /usr/sbin/usermod -G lingsoft kristin
[root@gitek cvsrep]# groups kristin
kristin : kristin lingsoft

Nyt pitäisi toimia:

[root@gitek cvsrep]# su -l sjur
[sjur@gitek sjur]$ cvs get gt
cvs checkout: Updating gt
cvs checkout: Updating gt/doc
U gt/doc/book.pdf_1.pdf
<......>

Jep, toimii. Nyt Kristinin pitäisi saada tiedostot ulos komentamalla
cvs get gt

Add a new directory to the cvs

(How can I add a new directory if I want to widen the project to other, non-sami languages, but keep them separate from the sami files? A new directory, parallel to gt?)


Eero Taipale
Last modified: Tue Mar 19 08:10:14 CET 2002