I want to setup CVS on my local Ubuntu desktop and learn to use
it.  I installed the default CVS through Synaptic without errors.<br>

<br>

It created a respository /var/lib/cvs with the following permissions<br>

<br>

drwxrwsr-x 3 root src 4096 2005-10-05 21:24 cvs<br>

<br>

and within /var/lib/cvs...<br>

<br>

drwxrwsr-x 3 root src 4096 2005-10-05 21:34 CVSROOT<br>

<br>

I added my 'username' to the /etc/group file on the following line:<br>

<br>

src:x:40:username<br>

<br>

However, when I try to import my first project:<br>

<br>

$ cvs -d /var/lib/cvs import example example_project ver_0-1<br>

<br>

I get permission denied errors, like for example:<br>

<br>

cvs import: cannot make path to /var/lib/cvs/example: Permission denied<br>

N example/index.php<br>

cvs import: ERROR: cannot write file /var/lib/cvs/example/index.php,v: No such file or directory<br>

...etc...<br>

<br>

Can someone help clearify what I am doing wrong?<br>
<br>