From: Gerrit Pape Date: Thu, 29 Mar 2007 06:41:42 +0000 (+0000) Subject: Documentation/git-svnimport.txt: fix typo. X-Git-Tag: v1.5.0.7~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e63e0df4f1a1610782e679be56ea75f820343fc;p=git.git Documentation/git-svnimport.txt: fix typo. This was noticed by Frederik Schwarzer. SVN's repository by default has trunk, tags/, and branch_es_/. Signed-off-by: Gerrit Pape Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt index b166cf332..bdae7d87d 100644 --- a/Documentation/git-svnimport.txt +++ b/Documentation/git-svnimport.txt @@ -27,7 +27,7 @@ repository, or incrementally import into an existing one. SVN access is done by the SVN::Perl module. git-svnimport assumes that SVN repositories are organized into one -"trunk" directory where the main development happens, "branch/FOO" +"trunk" directory where the main development happens, "branches/FOO" directories for branches, and "/tags/FOO" directories for tags. Other subdirectories are ignored.