Problem with new anoncvs server - Mailing list pgsql-hackers

From Ian Lance Taylor
Subject Problem with new anoncvs server
Date
Msg-id 20010908212104.20764.qmail@daffy.airs.com
Whole thread Raw
List pgsql-hackers
There seems to be a problem with the setup of the new anoncvs server.
I can not run `cvs update' on subdirectories after having done a
checkout.

I did this:   cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co pgsql

Now I can do this:   cd pgsql   cvs update -l .
but I can not do this:   cd pgsql   cvs update

When I try, I get this error:

cannot create_adm_p /tmp/cvs-serv56140/ChangeLogs
Permission denied

The process ID in the directory name changes each time I run it.

Unfortunately, the CVS server does not report a precise enough error
message to indicate exactly what it was trying to do when it got a
``Permission denied'' error.  Basically, though, it was trying to
create a directory or a file on /tmp.  What are the permissions on
/tmp?  How is it mounted?  What version of CVS are you running?

Please let me know if you can not recreate this problem.

Ian


pgsql-hackers by date:

Previous
From: Haroldo Stenger
Date:
Subject: Re: Abort state on duplicated PKey in transactions
Next
From: Tatsuo Ishii
Date:
Subject: Re: [PATCHES] CURRENT CVS: MULTIBYTE: CANT CONNECT....