From: Junio C Hamano Date: Fri, 20 Jun 2008 04:18:33 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.6-6-gd3e97 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0538b897c32c71b800a56808ce647014e9ae98a8;p=git.git Autogenerated HTML docs for v1.5.6-6-gd3e97 --- diff --git a/git-svn.html b/git-svn.html index 501c2b7da..1cc7b81bf 100644 --- a/git-svn.html +++ b/git-svn.html @@ -1006,14 +1006,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.

+ +

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 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

@@ -1174,7 +1174,7 @@ should be manually entered with a text-editor or using
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..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 --------------