On Mar 29, 2007, at 6:22 AM, Patrick Gundlach wrote:
Hi,
I have a bundle that I'd like to store in a subversion repository. As I can see, there is a folder 'Pristine Copy' and a folder 'Bundles'. What is the best practice if I'd link to have all new commands added to the repository without moving them around?
Thomas Aylott (subtleGradient) wrote:
Make sure you only have your bundle in ~/Library/Application Support/TextMate/Bundles and not in Pristine Copy.
Then add it to svn.
Having it there will make all changes apply to the real bundle instead of saving the original and changes separately.
And if you still want to have some changes stored as deltas, you could do something like http://henrik.nyh.se/2007/03/24/textmate-command-to-toggle-writing-deltas/.