How to fix Subversion «!» status

前端 未结 6 1473
南方客
南方客 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:24

    I tried to revert & cleanup but it did not fix my issue. The solution I found is a bit harsh but worked:

    1. rename the old_folder to new_folder.
    2. from the parent issue a svn up old_folder
    3. copy back the files from the new_folder [avoiding coping the .svn folder from the new_folder].

    the I deleted the new_folder and in this way I managed to have a cleaned old_folder.

提交回复
热议问题