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
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.