Problem with new anoncvs server

Поиск
Список
Период
Сортировка
От Ian Lance Taylor
Тема Problem with new anoncvs server
Дата
Msg-id 20010908212104.20764.qmail@daffy.airs.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Haroldo Stenger
Дата:
Сообщение: Re: Abort state on duplicated PKey in transactions
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [PATCHES] CURRENT CVS: MULTIBYTE: CANT CONNECT....