how to switch folder to symlink in svn

前端 未结 4 904
独厮守ぢ
独厮守ぢ 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 14:53

    You could execute command blow to fix this problem.

    svn propset svn:special on /project/wwwdocs/js
    

提交回复
热议问题