X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-svn.txt;h=87161aedd19bb7bebd0621fda6c381f9a936b7f5;hb=20f50f1670c18173d74a34527b0c538c3fbbfde3;hp=da68f6d7385ecf1a4310c4742ea328ff55e6a4e4;hpb=0dfaf0a4e1905a9137d3f2f691620529aeb3b4fa;p=git.git diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index da68f6d73..87161aedd 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -57,6 +57,11 @@ COMMANDS Set the 'useSvnsyncProps' option in the [svn-remote] config. --rewrite-root=:: Set the 'rewriteRoot' option in the [svn-remote] config. +--username=:: + For transports that SVN handles authentication for (http, + https, and plain svn), specify the username. For other + transports (eg svn+ssh://), you must include the username in + the URL, eg svn+ssh://foo@svn.bar.com/project --prefix= This allows one to specify a prefix which is prepended @@ -400,7 +405,7 @@ Tracking and contributing to an entire Subversion-managed project # with the appropriate name): git reset --hard remotes/trunk # You may only dcommit to one branch/tag/trunk at a time. The usage -# of dcommit/rebase/show-ignore should be teh same as above. +# of dcommit/rebase/show-ignore should be the same as above. ------------------------------------------------------------------------ REBASE VS. PULL/MERGE