Trying to keep -current and am getting this message when doing a "cvs up": ======================================== cvs [update aborted]: could not chdir to regress/misc/sse2/foo/obj/: No such file or directory ========================================
It's there: ======================================== # ls regress/misc/sse2/foo/obj regress/misc/sse2/foo/obj ======================================== But it is a symlink: ======================================== # ls -al regress/misc/sse2/foo/obj lrwxr-xr-x 1 root wsrc 30 Dec 24 13:47 regress/misc/sse2/foo/obj -> /usr/obj/regress/misc/sse2/foo # ls -al regress/misc/sse2/foo/ total 20 drwxr-xr-x 3 root wsrc 512 Dec 24 13:47 . drwxr-xr-x 5 root wsrc 512 Dec 24 12:58 .. drwxr-xr-x 2 root wsrc 512 Dec 24 13:25 CVS -rw-r--r-- 1 root wsrc 315 Dec 24 12:58 Makefile -rw-r--r-- 1 root wsrc 429 Dec 24 12:58 foo.c lrwxr-xr-x 1 root wsrc 30 Dec 24 13:47 obj -> /usr/obj/regress/misc/sse2/foo ======================================== How to solve? Thanks, Chris

