Skip to content

Commit

Permalink
git-svn: document --username/commit-url for branch/tag
Browse files Browse the repository at this point in the history
[ew: shortened subject]

Signed-off-by: Igor Mironov <igor.a.mironov@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Igor Mironov authored and Eric Wong committed Jan 23, 2010
1 parent 6594f0b commit a65f3c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Documentation/git-svn.txt
Expand Up @@ -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'.
Expand Down

0 comments on commit a65f3c2

Please sign in to comment.