Change depth in existing SVN working copy without redownloading

后端 未结 5 851
走了就别回头了
走了就别回头了 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:31

    I don't know why people are doing things the hard way in the other answers.

    Since Subversion 1.6 it's possible to simply do svn update --set-depth exclude

提交回复
热议问题