For many Subversion operations, appending the \'@\' symbol to the end of a file or URL argument allows you to target a specific revision of that file. For example, \"svn in
The original answer is correct, but perhaps not explicit enough. The particular unix command line options are as follows:
svn info 'image@2x.png@'
or
svn info "image@2x.png@"
svn info image\@2x.png\@
I just tested all three.