info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to restore Attic files in CVS - Permission Denied


From: Larry Jones
Subject: Re: How to restore Attic files in CVS - Permission Denied
Date: Mon, 6 Apr 2009 15:48:43 -0400

Trinh, An writes:
> 
> /usr/local/bin% cvs update -j 1.2 -j 1.1
> /opt/prodcvs/eai/APRT/EA_APRT_LOAD.esql,v
> permission denied
> cvs [update aborted]: end of file from server (consult above messages if
> any)

That implies that the user you're logging in to the server as doesn't
have write permission in that directory (/opt/prodcvs/eai/APRT).

> I'm using csh and the CVSROOT is set to:
> CVSROOT=:ext:address@hidden:/opt/prodcvs

Note that CVS doesn't use $CVSROOT when running in a working directory,
it uses the value saved in CVS/ROOT instead, so you may not be logging
in as the user you think you are.  To force CVS to use $CVSROOT, use it
as the value of the -d global option:

        cvs -d $CVSROOT update -j 1.2 -j 1.1
-- 
Larry Jones

Years from now when I'm successful and happy, ...and he's in
prison... I hope I'm not too mature to gloat. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]