summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2007-03-29 06:41:42 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-29 08:38:11 (GMT)
commit3e63e0df4f1a1610782e679be56ea75f820343fc (patch)
tree0cedaee2aad7dbb6f8c35cd7e364cb54c4b4aa7d
parent9529a2524a29c15107905f2f8f0b310a40880dc7 (diff)
downloadgit-3e63e0df4f1a1610782e679be56ea75f820343fc.zip
git-3e63e0df4f1a1610782e679be56ea75f820343fc.tar.gz
git-3e63e0df4f1a1610782e679be56ea75f820343fc.tar.bz2
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 <pape@smarden.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-svnimport.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt
index b166cf3..bdae7d8 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.