Howdy all,
Is anyone using the MEL Bundle? I've started using it at work and I have a couple of simple changes for it. What's the best method of submitting those changes so that they can be put into the repository by a qualified commiter?
Dan
On 2006-09-01 11:35:38 -0700, Dan Weeks wrote:
Howdy all,
Is anyone using the MEL Bundle? I've started using it at work and I have a couple of simple changes for it. What's the best method of submitting those changes so that they can be put into the repository by a qualified commiter?
I've now been using my modified MEL bundle and would love for the changes to get back into the repository as I think they help round out the support for Maya's MEL language.
What's the best way to submit those changes back? Email the list with the tmDelta and Preference files? Should I just send my MEL.tmbundle that overrides the Pristine Copy?
Thanks,
Dan
Dan Weeks wrote:
What's the best way to submit those changes back? Email the list with the tmDelta and Preference files? Should I just send my MEL.tmbundle that overrides the Pristine Copy?
Just drag the whole bundle to the desktop from the bundle editor, then zip it up, attach, and send. :)
-Jacob
On 9/9/2006, at 1:21, Dan Weeks wrote:
What's the best way to submit those changes back? Email the list with the tmDelta and Preference files? Should I just send my MEL.tmbundle that overrides the Pristine Copy?
Either export the full bundle, as Jacob mentioned, but preferably checkout the bundle from svn in your ~/Library/Application Support/ TextMate/Bundles folder, then make the changes, and send the difference file (which svn will produce if you “svn diff” on the bundle) -- that way it is easy to see exactly what has been changed, what version of the bundle the changes were done to, and easy to “roll in” the patch.
The MEL bundle was contributed by Chandler McWilliams (chandler~at~pre-cursor•com) so you can either send diff files to him directly (as he has svn commit access) or post them here.
On 2006-09-10 00:16:24 +0200, Allan Odgaard wrote:
The MEL bundle was contributed by Chandler McWilliams (chandler~at~pre-cursor?com) so you can either send diff files to him directly (as he has svn commit access) or post them here.
Thanks Allan. I'll send it to Chandler and then the list if I don't hear from him.
Dan