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

前端 未结 7 1450
野的像风
野的像风 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"
    
    0 讨论(0)
提交回复
热议问题