How to fix Subversion «!» status

前端 未结 6 1403
南方客
南方客 2021-01-31 01:40

The Subversion manual states:

\'!\'

Item is missing (e.g. you moved or deleted it without using svn). This also indicates that a directory is incomple

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 02:10

    If you deleted a file and it's marked with !, just run svn rm --force to tell SVN to delete the file from the repository also.

提交回复
热议问题