SVN (Subversion) Problem “File is scheduled for addition, but is missing” - Using Versions

前端 未结 7 1490
野的像风
野的像风 2020-12-12 23:19

I\'m using Versions for SVN.

I attempt to commit and get this message:

Commit failed (details follow): \'/Users/mike/Sites/mysite.com/astss-

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-12 23:48

    I had the same problem with Versions displaying the same message. I simply right clicked the offending files and selected 'Revert...' from the right-click menu and all was good.

    Basically Versions (actually Subversion) thinks you still want to add the file, but it cannot find it because you deleted it in the file system. The Revert option tells Subversion to forget about adding it.

提交回复
热议问题