[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib urllib.py,1.96,1.97

Barry A. Warsaw bwarsaw@beopen.com
Mon, 10 Jul 2000 18:24:58 -0400 (EDT)


>>>>> "GS" == Greg Stein <gstein@lyra.org> writes:

    | $ cvs ... co python
    | $ mv python x
    | $ mv x/dist/src python
    | $ rm -r x

    GS> The extra "dist/src" in the local filesystem is just annoying
    GS> :-)

    GS> Point is: CVS knows that my new python/ directory actually
    GS> corresponds to python/dist/src/ in the CVS repository because
    GS> of the CVS/* files.

cvs ... co -d python python/dist/src will do the same thing, much more
easily!

-Barry