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>
This commit is contained in:

committed by
Junio C Hamano

parent
9529a2524a
commit
3e63e0df4f
@ -27,7 +27,7 @@ repository, or incrementally import into an existing one.
|
|||||||
SVN access is done by the SVN::Perl module.
|
SVN access is done by the SVN::Perl module.
|
||||||
|
|
||||||
git-svnimport assumes that SVN repositories are organized into one
|
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.
|
directories for branches, and "/tags/FOO" directories for tags.
|
||||||
Other subdirectories are ignored.
|
Other subdirectories are ignored.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user