Browse Source

git-svn: document --username/commit-url for branch/tag

[ew: shortened subject]

Signed-off-by: Igor Mironov <igor.a.mironov@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
maint
Igor Mironov 15 years ago committed by Eric Wong
parent
commit
a65f3c202b
  1. 13
      Documentation/git-svn.txt

13
Documentation/git-svn.txt

@ -239,6 +239,19 @@ discouraged. @@ -239,6 +239,19 @@ discouraged.
where <name> is the name of the SVN repository as specified by the -R option to
'init' (or "svn" by default).

--username;;
Specify the SVN username to perform the commit as. This option overrides
configuration property 'username'.

--commit-url;;
Use the specified URL to connect to the destination Subversion
repository. This is useful in cases where the source SVN
repository is read-only. This option overrides configuration
property 'commiturl'.
+
git config --get-all svn-remote.<name>.commiturl
+

'tag'::
Create a tag in the SVN repository. This is a shorthand for
'branch -t'.

Loading…
Cancel
Save