Sunday, September 18, 2011

Weird filenames in Subversion

Had to add files with '@' in the filenames to Subversion (for iPhone - thanks, Apple). This doesn't work:
svn add Icon@2x.png

You need to do this instead:
svn add Icon\@2x.png@


Thanks to Jeff Kelley.

Jekyll Pages List

Getting a list of pages in a Jekyll site is easy, but paring that down to just the top-level files and the index pages is tricky. {% for p...