svn list
gives
more-hd.png more@2x.png
That's ok. But I want to remove more@2x.png from the rep. So I
svn delete more@2x.png
and get
svn: 'more' does not exist
Huh?
svn delete "more@2x.png"
and...
svn: 'more' does not exist
If I just delete the file from my checkout and svn update, the file comes back. I am at a loss how to delete it.
What could this mean?