Thread

  1. Problem with new anoncvs server

    Ian Lance Taylor <ian@airs.com> — 2001-09-08T21:21:04Z

    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