Change depth in existing SVN working copy without redownloading

后端 未结 5 883
走了就别回头了
走了就别回头了 2020-12-25 12:12

I have a working copy of an entire SVN repository, but I want to change it into a sparse working copy because of disk space issues.

One way to do this would be:

5条回答
  •  悲哀的现实
    2020-12-25 12:30

    Woo hoo, I had this problem, and TortoiseSVN has supported solutions for both add and delete an item from the sparse checkout. http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-checkout.html

    1.To add: In windows explorer, Right click on the checked out folder, then use TortoiseSVN ? Repo-Browser to bring up the repository browser. Find the sub-folder you would like to add to your working copy, then use Context Menu ? Update item to revision....

    2.To delete; From your root, right-click / Repo-Browser / Update item to revision; then select 'Exclude'.

提交回复
热议问题