aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-11 09:34:19 -0700
committerJunio C Hamano <gitster@pobox.com>2011-04-11 09:34:19 -0700
commite3fa2465518b9a7c4d714edcf9b28bb4138cbaa6 (patch)
tree3b22ab712b453bf38d7dcb9877bde18323ab43ba /Documentation/git-svn.txt
parent2dbae5acc7b3d0615bcf534ac85181a3185cb6de (diff)
parentf5549afd5d6c5492176b6fa21769c59bfe8e1d70 (diff)
downloadgit-e3fa2465518b9a7c4d714edcf9b28bb4138cbaa6.tar.gz
git-e3fa2465518b9a7c4d714edcf9b28bb4138cbaa6.tar.xz
Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn: git-svn: Cache results of running the executable "git config" git-svn: Add a svn-remote.<name>.pushurl config key
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index ea8fafd18..4aa6404f4 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -648,6 +648,16 @@ svn-remote.<name>.rewriteUUID::
where the original UUID is not available via either useSvmProps
or useSvnsyncProps.
+svn-remote.<name>.pushurl::
+
+ Similar to git's 'remote.<name>.pushurl', this key is designed
+ to be used in cases where 'url' points to an SVN repository
+ via a read-only transport, to provide an alternate read/write
+ transport. It is assumed that both keys point to the same
+ repository. Unlike 'commiturl', 'pushurl' is a base path. If
+ either 'commiturl' or 'pushurl' could be used, 'commiturl'
+ takes precedence.
+
svn.brokenSymlinkWorkaround::
This disables potentially expensive checks to workaround
broken symlinks checked into SVN by broken clients. Set this