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 had the same problem while doing:
svn copy $svn_source_path $svn_destination_path
I was missing adding the -m "log msg" i.e.
svn copy $svn_source_path $svn_destination_path -m -m "Test tag creation"