X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-svnimport.txt;h=bdae7d87dce5d07d0d31b45f127fa43a239a6632;hb=a6261668549ed2b1c52b526e87a097c2703443fa;hp=b166cf3327380a8f386825a7fbce92f2447bb54e;hpb=bb95e19c5f1e470d2efe1c0e4e04c291019e4b25;p=git.git 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.