summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-27 21:09:59 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-27 21:09:59 +0000
commit209ebe834d6f29ff83e295db508f981713c9f0a7 (patch)
tree1350d6398f5312ab1de66bca803a2703df089d84 /git-svn.html
parenta3d4ca2ddaca08b3bdb0fdbc4479b954e1e028e5 (diff)
downloadgit-htmldocs-209ebe834d6f29ff83e295db508f981713c9f0a7.tar.gz
Autogenerated HTML docs for v1.7.5-52-ge839f
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-svn.html b/git-svn.html
index d84870a10..fd130b967 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -1038,6 +1038,8 @@ environment). This command has the same behaviour.</td>
Empty directories are automatically recreated when using
"git svn clone" and "git svn rebase", so "mkdirs" is intended
for use after commands like "git checkout" or "git reset".
+ (See the svn-remote.&lt;name&gt;.automkdirs config file option for
+ more information.)
</p>
</dd>
<dt class="hdlist1">
@@ -1568,6 +1570,19 @@ svn.pathnameencoding
Valid encodings are the ones supported by Perl&#8217;s Encode module.
</p>
</dd>
+<dt class="hdlist1">
+svn-remote.&lt;name&gt;.automkdirs
+</dt>
+<dd>
+<p>
+ Normally, the "git svn clone" and "git svn rebase" commands
+ attempt to recreate empty directories that are in the
+ Subversion repository. If this option is set to "false", then
+ empty directories will only be created if the "git svn mkdirs"
+ command is run explicitly. If unset, <em>git svn</em> assumes this
+ option to be "true".
+</p>
+</dd>
</dl></div>
<div class="paragraph"><p>Since the noMetadata, rewriteRoot, rewriteUUID, useSvnsyncProps and useSvmProps
options all affect the metadata generated and used by <em>git svn</em>; they
@@ -1773,7 +1788,7 @@ reset) branches-maxRev and/or tags-maxRev as appropriate.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-04-19 22:41:42 UTC
+Last updated 2011-04-27 21:09:28 UTC
</div>
</div>
</body>