On Mar 30, 2007, at 11:01 AM, Daryl Spitzer wrote:
I want to contribute some patches to the Perforce bundle, but I need to clear up some confusion first...
What I do and it works for me (might not work for anybody else): I have the TM repository checked out to /Library/Application\ Support/ TextMate.
If I want to make changes to a bundle that I know I may want to commit later, I create a symbolic link for that bundle to ~/Library, eg for a bundle named XXX
ln -s /Library/Application\ Support/TextMate/Bundles/XXX.tmbundle ~/ Library/Application\ Support/TextMate/Bundles
Then I can work on XXX from within TM, and submit it when done.
Gerd