git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/4] Documentation: add new git-svn branch/tag options --username and --commit-url
@ 2010-01-11 16:22 Igor Mironov
  0 siblings, 0 replies; only message in thread
From: Igor Mironov @ 2010-01-11 16:22 UTC (permalink / raw)
  To: git; +Cc: Eric Wong

Signed-off-by: Igor Mironov <igor.a.mironov@gmail.com>
---
 Documentation/git-svn.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 4cdca0d..8dbf9d1 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -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'.
-- 
1.6.6.106.ge2de8

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-11 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-11 16:22 [PATCH 4/4] Documentation: add new git-svn branch/tag options --username and --commit-url Igor Mironov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).