We have a custom font (ttf) that we added to a subversion repository. We’ve detected a problem with certain characters and are not sure when the problem was introduced. The file is of course a binary file, so there are no text differences to compare, we just needed contain it with the other project files and version it. Anyhow, I’d like to retrieve all versions of the file from the repository. I’ve got access to TortoiseSVN (for Windows) and Cornerstone (for Mac); however, I’m also comfortable using the Terminal. How can I retrieve a ttf file for every version of the font that got checked into subversion?
Share
This is a little crude and I’m sure there are much more elegant solutions out there but it does the job. Set GRAB_FILE and GRAB_FROM_REV appropriately.