I\'m using Versions for SVN.
I attempt to commit and get this message:
Commit failed (details follow): \'/Users/mike/Sites/mysite.com/astss-
Adding a file, and then deleting it is the kind of operation that's considered an error - and so SVN is telling you. You told it to expect some file data and then don't supply it when you commit, the red lights flash and the sirens go off!
The answer is to undo your add, alternatively commit the file and then use 'svn rm' to remove it from the filesystem and the repo.