I\'m using TortoiseSVN and I want to do a Checkout of an existing repository into a local directory. However, I only want to pull down certain portions of the file tree. Is th
This may be coming late, but for anyone finding this question and wondering if you could exclude existing directories: there appears to be a way to do so.
That should delete the directory if it doesn't have any local mods and exclude it from further updates. If you ever need the directory back, use Michael Hackner's method above.