summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-20 04:18:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-20 04:18:33 +0000
commit0538b897c32c71b800a56808ce647014e9ae98a8 (patch)
tree8bc34a56a32d70845d63306375770e39dd6af988 /git-svn.txt
parent11fe55cdc3d179a36a905be637edad604bea1c38 (diff)
downloadgit-htmldocs-0538b897c32c71b800a56808ce647014e9ae98a8.tar.gz
Autogenerated HTML docs for v1.5.6-6-gd3e97
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-svn.txt b/git-svn.txt
index f4cbd2f21..97bed54fb 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -448,6 +448,8 @@ 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.
+--
+
Since the noMetadata, rewriteRoot, useSvnsyncProps and useSvmProps
options all affect the metadata generated and used by git-svn; they
*must* be set in the configuration file before any history is imported
@@ -456,7 +458,6 @@ and these settings should never be changed once they are set.
Additionally, only one of these four options can be used per-svn-remote
section because they affect the 'git-svn-id:' metadata line.
---
BASIC EXAMPLES
--------------