Thanks for the suggestion Tyler. I will take a look at the docs for this. Mark
-----Original Message----- From: Tyler Roscoe [mailto:ty...@cryptio.net] Sent: Monday, May 17, 2010 3:55 PM To: Eramo, Mark Cc: users@subversion.apache.org Subject: Re: Partial Checkout Script 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