Status “S” in Subversion

后端 未结 14 1049
臣服心动
臣服心动 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:08

    If you call 'svn info' on the directory itself and on (one of) the files inside you will get two different URLs.

    You get the 'S' status if the url of a file/directory does not match the URL of the parent followed by the name of the file.

    Can you post the url of the parent and one of the child nodes? (anonymizing the URL where appropriate)

提交回复
热议问题