changeset 646:f12257bf8b91

README: document single-directory clones a little.
author Augie Fackler <durin42@gmail.com>
date Fri, 16 Jul 2010 16:50:08 -0500
parents 3cb5042531fb
children 3ff8666b1479
files README
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -48,8 +48,14 @@ Real example::
 
  $ hg clone http://python-nose.googlecode.com/svn nose-hg
 
-Note, you should pull from the root subversion directory, not specific
-folders (such as trunk).
+Note: there are two slightly different ways of cloning
+repositories. The most common desire is to have all the
+branches/tags/trunk from the svn repo, in which case you should clone
+from one level above trunk (as in the example above.) If you instead
+want to clone just a single directory rather than the complete
+branches/tags/trunk structure of the repo, clone the specific
+directory path. In the example above, to get *only* trunk, you would
+clone `http://python-nose.googlecode.com/svn/trunk`.
 
 Pull new revisions into an already-converted repo::