summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
commitbe601db52373745ac789abd913f1a259585c958a (patch)
tree61431ac4cfb4ac7934254a7230e9dc17504a4bf3 /git-svn.html
parent4078a55a6fb467915a2f03f271d1390b97eabc13 (diff)
downloadgit-htmldocs-be601db52373745ac789abd913f1a259585c958a.tar.gz
Autogenerated HTML docs for v2.31.1-527-g2d677e
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/git-svn.html b/git-svn.html
index 490412dee..984083520 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -2391,24 +2391,6 @@ branches = debug/*:refs/remotes/svn/debug/*</code></pre>
</div>
</div>
<div class="sect1">
-<h2 id="_bugs">BUGS</h2>
-<div class="sectionbody">
-<div class="paragraph"><p>We ignore all SVN properties except svn:executable. Any unhandled
-properties are logged to $GIT_DIR/svn/&lt;refname&gt;/unhandled.log</p></div>
-<div class="paragraph"><p>Renamed and copied directories are not detected by Git and hence not
-tracked when committing to SVN. I do not plan on adding support for
-this as it&#8217;s quite difficult and time-consuming to get working for all
-the possible corner cases (Git doesn&#8217;t do it, either). Committing
-renamed and copied files is fully supported if they&#8217;re similar enough
-for Git to detect them.</p></div>
-<div class="paragraph"><p>In SVN, it is possible (though discouraged) to commit changes to a tag
-(because a tag is just a directory copy, thus technically the same as a
-branch). When cloning an SVN repository, <em>git svn</em> cannot know if such a
-commit to a tag will happen in the future. Thus it acts conservatively
-and imports all SVN tags as branches, prefixing the tag name with <em>tags/</em>.</p></div>
-</div>
-</div>
-<div class="sect1">
<h2 id="_configuration">CONFIGURATION</h2>
<div class="sectionbody">
<div class="paragraph"><p><em>git svn</em> stores [svn-remote] configuration information in the
@@ -2501,6 +2483,24 @@ rewinds it.</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_bugs">BUGS</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>We ignore all SVN properties except svn:executable. Any unhandled
+properties are logged to $GIT_DIR/svn/&lt;refname&gt;/unhandled.log</p></div>
+<div class="paragraph"><p>Renamed and copied directories are not detected by Git and hence not
+tracked when committing to SVN. I do not plan on adding support for
+this as it&#8217;s quite difficult and time-consuming to get working for all
+the possible corner cases (Git doesn&#8217;t do it, either). Committing
+renamed and copied files is fully supported if they&#8217;re similar enough
+for Git to detect them.</p></div>
+<div class="paragraph"><p>In SVN, it is possible (though discouraged) to commit changes to a tag
+(because a tag is just a directory copy, thus technically the same as a
+branch). When cloning an SVN repository, <em>git svn</em> cannot know if such a
+commit to a tag will happen in the future. Thus it acts conservatively
+and imports all SVN tags as branches, prefixing the tag name with <em>tags/</em>.</p></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-rebase.html">git-rebase(1)</a></p></div>
@@ -2517,7 +2517,7 @@ rewinds it.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-11-03 07:02:22 JST
+ 2021-05-07 13:16:48 JST
</div>
</div>
</body>