On Sat, Dec 29, 2012 at 10:30 AM, Chris Smith <[email protected]> wrote:
> 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
...
> How to solve?

Whoops, the obj directory got added to cvs.  It'll cause problems for
"cvs up -d" until we can verify that the mirrors won't be broken when
we remove it.  For you, for now, the following steps should fix your
check out:
   cd /usr/src/regress/misc/sse2/foo
   rm obj
   cvs up -d obj
   cvs release -d obj
      (if it asks if you want to remove the directory, say 'y')
   make obj

(That removes 'obj' from the list of subdirs in the CVS/Entries file
in the 'foo' directory.)


Philip Guenther

Reply via email to