> > Could you elaborate? Is that a pure-text tar-like format? I think you > > are suggesting a tar-like format that is not compressed so that it can > > be svned. I do not know how binary files such as jpg would be > > represented in such a file. > > No, a mac osx bundle is a directory with files inside it. It is seen > by the OS as a file, but it is not one. A pretty powerful concept, > actually (for example, LyX.app is a bundle containing all of our > files, but it seen as a simple application that is installed by > copying it somewhere).
How is this related to svn-ability? Basically, you want to be able to svn a bunbled .lyx file so it would better be in pure-text format. Then, it can be compressed when needed... Bo