git-svn: Recommend use of structure options.
authorSebastian Leske <Sebastian.Leske@sleske.name>
Fri, 30 Nov 2012 07:16:30 +0000 (08:16 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2012 22:39:55 +0000 (14:39 -0800)
Document that when using git svn, one should usually either use the
directory structure options to import branches as branches, or only
import one subdirectory. The default behaviour of cloning all branches
and tags as subdirectories in the working copy is usually not what the
user wants.

Signed-off-by: Sebastian Leske <sebastian.leske@sleske.name>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found