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

前端 未结 7 1488
野的像风
野的像风 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 23:49

    Adding a file, and then deleting it is the kind of operation that's considered an error - and so SVN is telling you. You told it to expect some file data and then don't supply it when you commit, the red lights flash and the sirens go off!

    The answer is to undo your add, alternatively commit the file and then use 'svn rm' to remove it from the filesystem and the repo.

提交回复
热议问题