Documentation: git-svn: fix example for centralized SVN clone
commit9e77353e0ea6e9e6d88ad1943570afb526d54a16
authorJan Krüger <jk@jk.gs>
Fri, 14 Nov 2008 17:45:14 +0000 (14 18:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Nov 2008 05:49:42 +0000 (14 21:49 -0800)
tree01f4fbee8f6d54e43b45ad4b13f51f505bc04a0d
parentde07767faefc7ee08e1842b07106aaae55a1a6df
Documentation: git-svn: fix example for centralized SVN clone

The example that tells users how to centralize the effort of the initial
git svn clone operation doesn't work properly. It uses rebase but that
only works if HEAD exists. This adds one extra command to create a
somewhat sensible HEAD that should work in all cases.

Signed-off-by: Jan Krüger <jk@jk.gs>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt