<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/svn/tags/checkout</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 16:00:47 GMT</pubDate>
<item>
<title>(SVN) Limit the depth of an SVN checkout - noah</title>
<link>http://snipplr.com/view/19440/limit-the-depth-of-an-svn-checkout/</link>
<description><![CDATA[ <p>*Version Control With Subversion,* 2d Ed., p71

Sparse trees are useful when you only want to check out the contents of some branches, from the `branches/` directory, but you don't want to change the structure of the repo.  Just set the checkout depth of the branches you don't want, to `empty`.  Then they'll remain empty in the working copy.

This only affects the working copy, not the repository itself.  That is, this is only visible to you, and only affects your local machine.</p> ]]></description>
<pubDate>Wed, 09 Sep 2009 12:57:45 GMT</pubDate>
<guid>http://snipplr.com/view/19440/limit-the-depth-of-an-svn-checkout/</guid>
</item>
</channel>
</rss>