How svn add filename@2.png ?

I am trying to add an existing xcode project in svn. I used the command

svn add projectFolder/* 

But I have a problem with all files that have @ -character in the name, for example, Default@2.png . How to add these files to subversion?

+4
source share
1 answer

Adding @ to the end of the file solves the problem according to this

+4
source

All Articles