I may have run into this with WinCVS. If you didn't delete everything you checked
out the first time, maybe WinCVS is finding data directories still sitting around
and getting confused?
e.g.
# cvs co -P Dev/RTPP
# deltree Dev/RTPP
# cvs co -P Dev/RTPP
Then it might find Dev/CVS/Entries and assume a CVS workspace but not be able to
find Dev/RTPP/CVS/Entries...
Just a thought.
Derek
--
Derek Price CVS Solutions Architect
mailto:[EMAIL PROTECTED] OpenAvenue ( http://OpenAvenue.com )
--
"I wish you and yours every joy in life, old chap, and tons of money, and
may you never die till I shoot you."
-James Joyce, "Dubliners"
Mikle wrote:
> [Env: WinCVS 1.0.6, Win98SE]
>
> Hi,
>
> I've imported some module to cvs server. Then I checked it out to
> wrong local folder by mistake. So I decided to re-checkout the
> module from server to correct local folder - but WinCVS was failing to do
> this. Then I deleted local copy of module from wrong directory and tried
> to check it out again - same result!.. :(
>
> I decided to delete module folder from cvs server and imported module
> to server once again. But this didn't help - I'm getting the following
> message when trying to checkout the module:
> ==================================================================
> NEW CVSROOT: [EMAIL PROTECTED]:/cvs (ssh authentication)
> cvs checkout -P Dev/RTPP (in directory c:\DEV)
> cvs checkout: in directory Dev:
> cvs checkout: cannot open CVS/Entries for reading: No such file or directory
> cvs [checkout aborted]: cannot open CVS/Entries.Static: No such file or directory
>
> *****CVS exited normally with code 1*****
> ==================================================================
>
> Any help is greatly appreciated!!
>
> Regards,
> Mikle