Code

fix various doc typos
[git.git] / Documentation / git-svn.txt
index da68f6d7385ecf1a4310c4742ea328ff55e6a4e4..87161aedd19bb7bebd0621fda6c381f9a936b7f5 100644 (file)
@@ -57,6 +57,11 @@ COMMANDS
        Set the 'useSvnsyncProps' option in the [svn-remote] config.
 --rewrite-root=<URL>::
        Set the 'rewriteRoot' option in the [svn-remote] config.
+--username=<USER>::
+       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=<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