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

前端 未结 7 1484
野的像风
野的像风 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:56

    This solved my similar problem. I used it to revert the changes, then I added everything and commited changes in the terminal with

    svn add folder_path/*
    svn commit -m "message"
    

提交回复
热议问题