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

后端 未结 5 799
渐次进展
渐次进展 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:41

    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.

    1. Checkout trunk into a working copy with depth = "Only this item"
    2. Open working copy
    3. Go to repo browser from the working copy
    4. Select your desired project subfolder(s), right-click and select "Update item to revision"

    This will pull only the subfolder(s) you've selected into your working copy.

提交回复
热议问题