Re: [gentoo-user] OT - cvsd

2007-11-11 Thread Dan Farrell
On Sat, 10 Nov 2007 14:09:41 -0600
Michael Sullivan [EMAIL PROTECTED] wrote:

 cvs import: cannot make path to /root/ourrpg: Permission denied

you should change the permissions of your directories so that they are
accessible to cvsd, which might run as some user.

and you should put the file somewhere other than /root, as that's
root's user space and shouldn't contain data for user services.  but
that's just my point of view.  
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] OT - cvsd

2007-11-10 Thread Michael Sullivan
I've set up cvsd according to http://gentoo-wiki.com/HOWTO_CVS_Server .
Now, how do I create a module?  I can log in remotely just fine, but I
want to create a new module.  This is what I get when I try:

[EMAIL PROTECTED] ourrpg $ cvs import -m Our RPG ourrpg xyz start
cvs import: cannot make path to /root/ourrpg: Permission denied
N ourrpg/character.c
cvs import: ERROR: cannot write file /root/ourrpg/character.c,v: No such
file or directory

No conflicts created by this import



-- 
[EMAIL PROTECTED] mailing list