SVN: Can you remove directories from a local checkout only (not from the repository)?

后端 未结 5 1938
栀梦
栀梦 2021-01-31 01:57

Assume that you have a directory under subversion control, that contains some files and tons of subdirectories, like that:

file1.txt
file2.txt
file3.txt
dir1/
di         


        
5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 02:52

    Update: I'm running SVN 1.6.11 and I was able to de-telescope using svn up --set-depth empty dir rather that having to exclude the directory.

提交回复
热议问题