Status “S” in Subversion

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

    I suggest you read its official help, try:

    svn st --help
    

    or

    svn st --help | grep S
    
    'S' the item has a Switched URL relative to the parent
    

提交回复
热议问题