[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: xcode and @ in filenames.

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Sun, 4 Jul 2010 01:50:02 -0500

On Jul 3, 2010, at 23:55, Ron wrote:

> When using xcode to make an iPhone iOS4 app, you are supposed to tag image filenames that are x2 the resolution as follows: myImage_at_2x.png. The problem is that subversion can deal with this filename due to the @.

Did you mean "can't"? If so, not true; Subversion can deal with files with "@" in the name. Just append another "@" at the end of the name, e.g.:

svn verb myImage_at_2x.png@
Received on 2010-07-04 08:50:48 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.