[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with anon cvs



Your CVS client is getting confused because we have wierd names in 
our CVS archive. We will change that.

Unless you are compiling for the macintosh, you can just skip the 
a-list subdirectory of the plt/src tree (for those of use that are 
compiling on the mac, use "MacCVS" which should work fine). This 
means that you will have to selectively checkout all of the other 
directories. Here are the directories at the top-level:

plt/bin/
plt/collects/
plt/man/
plt/notes/
plt/teachpack/
plt/tests/

In addition, you will need to check out the other directories in the 
src/ subtree -- here they are:

src/drjava/
src/mac/
src/mred/
src/mysterx/
src/mzcom/
src/mzscheme/
src/srpersist/
plt/src/worksp/
plt/src/wxcommon/
plt/src/wxmac/
plt/src/wxwindow/
plt/src/wxxt/

So, for example, you will need to run:

   cvs checkout -r exp plt/bin
   ...
   cvs checkout -r exp plt/src/drjava
   ...

Hope that helps! Sorry for the trouble.

Robby


>Greetings,
>
>I am trying to get the latest tagged version of PLT.
>But the cvs breaks with the following error after awhile.
>
>This is the command i used:
>cvs -d :pserver:anoncvs@sun.cs.rice.edu:/home/scheme/Archives/AnonCVS
>checkout -r exp plt
>
>These are the final few lines of the output.
>
>
>U plt/src/a-list/A List 1.1.9/QDDrawingState.c
>U plt/src/a-list/A List 1.1.9/ScrollBars.h
>cvs server: Updating plt/src/a-list/C&C++ Headers
>U plt/src/a-list/C&C++ Headers/AListOptimizations.h
>U plt/src/a-list/C&C++ Headers/LongCoords.h
>U plt/src/a-list/C&C++ Headers/QDDrawingState.h
>U plt/src/a-list/C&C++ Headers/TheAList.h
>cvs [checkout aborted]: could not chdir to plt/src/a-list/C&C++ Headers/For
>Univ
>ersal Headers < v3.0: Invalid argument
>$
>
>Any ideas?
>
>Appreciate your time.
>pj
>
>
>
>System
>=======
>
>Windows NT SP5
>
>$ cvs --version
>
>Concurrent Versions System (CVS) 1.10.8 (client)
>
>Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn,
>                         Jeff Polk, and other authors
>
>CVS may be copied only under the terms of the GNU General Public License,
>a copy of which can be found with the CVS distribution kit.
>
>Specify the --help option for further information about CVS
>$