On Mon, May 17, 2010 at 03:41:22PM -0400, Eramo, Mark wrote: > I am wondering if there is a simple way to script the checkout of only > certain project folders in SVN without checking out others.
You want to create a "sparse working copy". Look at the --depth options to update and checkout. Note that sparse working copies sometimes don't play nice with different kinds of merge operations. For day-to-day work they can be extremely handy, though. tyler