Status “S” in Subversion

后端 未结 14 1053
臣服心动
臣服心动 2021-02-03 16:52

At some point all files in my working copy got marked with \"S\" symbol as shown below:

$ svn st
M    S   AclController.php
     S   InstallationController.php
          


        
14条回答
  •  再見小時候
    2021-02-03 17:17

    There's another way in which this status can be achieved - which hopefully will save someone some time tracking it down.

    I unpacked an external library into my SVN root, and it turns out the third-party author has accidentally included their own .svn folder in one of their folders. This of course overwrites our own, correct, subversion folder, and has the same effect as described elsewhere on this page - a folder appears to have switched unexpectedly to another branch.

提交回复
热议问题