Hi

In windows 2000, I get a "permission denied" when a directory path is
given to update command.

[cvswork/proj/rtl/module/mem/cntrl]> ls
thisfile.v

now,

[cvswork/proj/rtl/module/mem/cntrl]> cvs update thisfile.v
[cvswork/proj/rtl/module/mem/cntrl]> cvs update ../cntrl/thisfile.v

both works fine.

but;

[cvswork/proj/rtl/module/mem/cntrl]> cvs update
../../mem/cntrl/thisfile.v
Permission denied

That is only message I get.

I read through some previous questions about "premission denied" and
tried to reassign temp directories (thought that might be the case)

re-defined;

export TMPDIR=/cygdrive/c/tmp
export TMP=/cygdrive/c/tmp
export TEMP=/cygdrive/c/tmp

and did;

chmod go+w /cygdrive/c/tmp

but didn't help.

Please Help!

This problem doesn't show up in Linux.

Thanks In Advance,
Rejeesh
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to