Le 09/02/2011 23:49, Brett Cannon a écrit : > On Wed, Feb 9, 2011 at 12:29, Antoine Pitrou <solip...@pitrou.net> wrote: >>> -To get a read-only checkout of CPython's source, you need to checkout the >>> source >>> -code. To get a read-only checkout of >>> +To get a read-only checkout of CPython's source, you need a working copy >>> the >>> +source code. To get a read-only checkout of
“you need a working copy the source code” → “you need to clone the source code repository” (see below for more) >> Why talk about "checkout" at all? It's an SVN/CVS/RCS term, if I'm not >> mistaken (even though it may occasionally be used with hg, it's a >> synonym of "working copy" there). > Since it's a synonym I didn't worry about it. I honestly just thought > it flowed better. Agreed. The problem is that the terms do not map 1:1 from Subversion. When Subversion docs talk about getting a checkout, Mercurial tells to make a clone (which includes the working copy); in other cases, a strict distinction between repository and working copy is needed. I see no problems in using checkout when it flows better than working copy (especially as a verb). Sincerely hoping I don’t make things more confusing, Regards _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com