[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem updating from CVS
From: |
richard |
Subject: |
Re: Problem updating from CVS |
Date: |
Sun, 22 Oct 2000 08:00:53 +0100 |
On Sat, 21 Oct 2000 23:12:26 -0700 (PDT), borgheron@yahoo.com wrote:
> I am getting the following when I do a "cvs -z3 update":
>
> cvs update: in directory .:
> cvs [update aborted]: there is no version here; run 'cvs checkout' first
Did you remove core/Testing first? The change to move the Testing directory
outside of core, and rename it to examples is the only thing I can think of
that's likely to have messed anything up. I did -
rm -rf Testing
cvs -z3 checkout examples
cvs -z3 update -Pd
and all went fine for me.