how to switch folder to symlink in svn

前端 未结 4 907
独厮守ぢ
独厮守ぢ 2021-02-07 14:27

I had a folder that was part of one project in svn, that has been moved to a different folder / repository to be shared between projects. i want to replace this directory in sv

4条回答
  •  滥情空心
    2021-02-07 15:01

    You can even try a simple answer of removing culprit file -

    svn remove --force 
    

    This is especially helpful for Windows users using SVN cli.

提交回复
热议问题