View Single Post
I'm trying to include an Omnigraffle file in a version controlled projected using Subversion (SVN).

Omnigraffle saves its files as packages, which are basically directories to SVN. I saw found on a blog somewhere that there is a 'secret' default that can be set to force Omnigraffle to always save as a file:

HTML Code:
defaults write com.omnigroup.OmniGrafflePro PrivateGraffleFlatFile 0
defaults write com.omnigroup.OmniGraffle PrivateGraffleFlatFile 0
(pro or not pro as appropriate I am told)

However, this did not work for me - OG continues to save my file as a package. Two questions:
  1. Is there a default that can be set to force saving as a file?
  2. As a future feature, would it be possible to allow version control files to be in the package and not be deleted automatically when OG saves?