From: Sam Vilain Date: Thu, 22 Feb 2007 23:32:30 +0000 (+1300) Subject: git-svn: document --username X-Git-Tag: v1.5.1-rc1~143 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0d7fe3fcd790876e510c11459df95a0d595e2ad;p=git.git git-svn: document --username Also, it turns out that SVN::Ra doesn't attempt to deal with authentication or pass the username to ssh when doing svn+ssh:// URLs Signed-off-by: Eric Wong --- diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index da68f6d73..cf094ca35 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