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
Expanding on autonomy's answer from above ...
If you have checked out a whole project and later want to exclude certain folders or files from it....
That should delete the directories/files you have deselected and exclude them from further updates. If you ever need the directory back, repeat the process and change your selection.
If you go into the project-A folder and right-click==>SVN Update, it will only update the project-A folder and it's subfolders. Then you can do the same for project-B
This works as well:
[1] - Do note that if you checkout subfolders partially (without all the items inside that subfolder), and files are subsequently added to that subfolder and committed, you will not get them when you perform a regular checkout.
This question is related to Can you do a partial checkout with Subversion? but with a particular context of using TortoiseSVN.
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.
It looks like you were successful but I wanted to include a step-by-step guide in the hopes that it is helpful to others.
trunk
into a working copy with depth = "Only this item"This will pull only the subfolder(s) you've selected into your working copy.