<div dir="ltr"><div class="gmail_quote"><div>Hello David, </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div lang="EN-US" vlink="purple" link="blue"><div>
<p class="MsoNormal">I ran into one confusion when trying to implement the ideas described in the sparse directories chapter - svn.advanced.sparsedirs.html<u></u><u></u></p>
<p class="MsoNormal">I did not know that under svn it is not possible to use update to set the depth of any directory that was not the child of an existing one in the working copy.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thus <u></u><u></u></p>
<p class="MsoNormal" style="background:white"><span style="color:black;font-family:"Courier New";font-size:9pt">svn checkout file:///var/svn/repos mom-empty --depth empty<u></u><u></u></span></p>
<pre style="background:white"><span style="color:black;font-size:9pt">svn update --set-depth infinity mom-empty/daughter/granddaughter1</span></pre>
</div></div></blockquote></div><div class="gmail_extra">Have you tried adding <a href="http://svnbook.red-bean.com/en/1.8/svn.ref.svn.html#svn.ref.svn.sw.parents" target="_blank">`--parents`</a> to this command line? E.g. run</div>[[[<br>svn update --parents --set-depth infinity mom-empty/daughter/granddaughter1<br>]]]]<div class="gmail_extra"><br></div><div class="gmail_extra">I guess that this way Subversion client add the parent directories to the working copy and you won't need to add them manually.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thank you for the suggestion anyway. Maybe it makes sense to mention `--parents` in this SVNBook section. :)<br clear="all"><br>-- <br></div><div><font color="#888888">With best regards,<br>
Pavel Lyalyakin<br>
VisualSVN Team</font></div><div class="gmail_extra">
</div></div>