Sveinung Kvilhaugsvik
2014-10-09 22:49:59 UTC
Advertise that the svn-remote.<name>.pushurl config key allows specifying
the commit URL for the entire SVN repository in the documenation of git
svn's dcommit command.
Signed-off-by: Sveinung Kvilhaugsvik <***@users.sourceforge.net>
---
Documentation/git-svn.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 44c970c..161ed29 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -252,6 +252,10 @@ Use of 'dcommit' is preferred to 'set-tree' (below).
config key: svn-remote.<name>.commiturl
config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
+
+Note that the SVN URL of the commiturl config key includes the SVN branch.
+If you rather want to set the commit URL for an entire SVN repository use
+svn-remote.<name>.pushurl instead.
++
Using this option for any other purpose (don't ask) is very strongly
discouraged.
the commit URL for the entire SVN repository in the documenation of git
svn's dcommit command.
Signed-off-by: Sveinung Kvilhaugsvik <***@users.sourceforge.net>
---
Documentation/git-svn.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 44c970c..161ed29 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -252,6 +252,10 @@ Use of 'dcommit' is preferred to 'set-tree' (below).
config key: svn-remote.<name>.commiturl
config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
+
+Note that the SVN URL of the commiturl config key includes the SVN branch.
+If you rather want to set the commit URL for an entire SVN repository use
+svn-remote.<name>.pushurl instead.
++
Using this option for any other purpose (don't ask) is very strongly
discouraged.
--
2.1.1
2.1.1