In my iOS project, I have images ending in @2x.png, for retina resolution. I am using command line svn. When I try to add image@2x.png
to svn repo, I do it as:
svn add image@2x.png
and then I get a warning as follows:
svn: warning: 'image' not found
Image is not added to subversion control, and I cannot commit it. "Regular image", ie. "image.png" commits fine.
What am I doing wrong? How to solve this?