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 [email protected]
to svn repo, I do it as:
svn add [email protected]
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?