The Diff bundle command 'Selected Files in Project Drawer (HTML)' references "$TM_BUNDLE_SUPPORT/diff.pl", but the actual file is "$TM_BUNDLE_SUPPORT/Diff.pl" (note case: d vs. D). If (like in my case) TM is installed on a case sensitive file system, that command will not work:
--- Commands/Diff Selected Files.plist (revision 2604) +++ Commands/Diff Selected Files.plist (working copy) @@ -11,7 +11,7 @@ exit_show_tool_tip fi -perl "$TM_BUNDLE_SUPPORT/diff.pl" +perl "$TM_BUNDLE_SUPPORT/Diff.pl" </string> <key>input</key> <string>none</string>
Gerd
PS: What are the rules to gain write access to http://macromates.com/ svn?
PS: What are the rules to gain write access to http:// macromates.com/svn?
On 27/1/2006, at 0:54, Gerd Knops wrote:
PS: What are the rules to gain write access to http:// macromates.com/svn?
Normally it's granted if people have a bundle they want to maintain on the repository (or contribute to an existing) -- I can give you write access if you want, as I trust you have a sense of what's fixing/improving things, and what's not :)