Commit failed error when committing new version to svn repository

前端 未结 5 1600
北海茫月
北海茫月 2020-12-28 16:48

I\'m trying to commit a new version to my SVN repository but am met with this error:

svn: Commit failed (details follow):
svn: Could not use ext

5条回答
  •  生来不讨喜
    2020-12-28 16:57

    I also had the same issue, however it was on Windows. I was able to resolve the issue by using -m (--message) and providing the commit message.

    I also tried using cygwin with a commit message and that worked.

提交回复
热议问题