Hi all I need to help for you.
I made images for retina display like "**@2x.png". but it can not add to svn like this.
******-no-iMac-2:baz shunter$ svn add retina_images/[email protected]
svn: warning: 'retina_images/foo' not found
I know how to add resource each like this.
******-no-iMac-2:baz shunter$ svn add retina_images/[email protected]@
A (bin) retina_images/[email protected]
but I made many images, so I feel so bad to do this way.
I really want to know how to add like this.
******-no-iMac-2:baz shunter$ svn add retina_images/bar/*.png
Please help!!