How do I only Checkout (pull down) only parts of an SVN tree with TortoiseSVN?

后端 未结 5 780
渐次进展
渐次进展 2021-01-30 12:39

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

5条回答
  •  野性不改
    2021-01-30 13:29

    This works as well:

    1. Right click > Select SVN Checkout
    2. Select "Choose items..."
    3. Select the subfolders/items you want [1]

    [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.

提交回复
热议问题