svn checkout depth

前端 未结 2 1105
渐次进展
渐次进展 2021-01-30 04:03

I have an SVN project with tree like this:

/project
    /dir1
        /subdir1
           -file1
           -file2
            .....
        -file1
        -file         


        
2条回答
  •  滥情空心
    2021-01-30 04:36

    1) svn up --set-depth empty file/folder path

    // it will delete the file from your system

    2) svn up --set-depth infinity file/folder path

    // it will regenerated the file from svn server to your local system

提交回复
热议问题