diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-11 10:20:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-11 10:20:12 -0800 |
commit | 7b73d828f02e885f4e9619ff1a2b43e3d8dcf259 (patch) | |
tree | 8838c26a9f63055c6ad24abf17c1ad97c5e977f3 /Documentation/git-svn.txt | |
parent | 9e5b80cd87a511f3403b6f88f87ef40844695f6b (diff) | |
parent | 39111f6b7aeb5a7bc57731a6c8f0c3b8178873c8 (diff) | |
download | git-7b73d828f02e885f4e9619ff1a2b43e3d8dcf259.tar.gz |
Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn:
test case for regression caused by git-svn empty symlink fix
git-svn: fix broken symlink workaround when switching branches
git-svn: Print revision while searching for earliest use of path
git-svn: abstract out a block into new method other_gs()
git-svn: allow disabling expensive broken symlink checks
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 7b654f7928..3d456545d7 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -499,6 +499,14 @@ svn-remote.<name>.rewriteRoot:: the repository with a public http:// or svn:// URL in the metadata so users of it will see the public URL. +svn.brokenSymlinkWorkaround:: +This disables potentially expensive checks to workaround broken symlinks +checked into SVN by broken clients. Set this option to "false" if you +track a SVN repository with many empty blobs that are not symlinks. +This option may be changed while "git-svn" is running and take effect on +the next revision fetched. If unset, git-svn assumes this option to be +"true". + -- Since the noMetadata, rewriteRoot, useSvnsyncProps and useSvmProps |