hi I've got two pretty arcane bundles I work on extending most days and use at home and work. As they are into useful shape, I 'm beginning to share with others.
My question: What is the simplest source control system that plays well with textmate (and preferably with get bundle) and is public but free (i.e., not setting this running on my own server)?
What public servers do people use/recommend? What's the story with using the tm bundle repo? I looked at http://bundleforge.com/ but couldn't see how to use that to host a bundle... I like most things google: does google code integrate with textmate and allow synching of code changes?
Is there a workflow that people have for keeping more than one machine synced and for sharing the bundle with others? (export a clickable link so other users can download and stay updated to the newest version)
tim
On Aug 13, 2008, at 11:39 AM, Timothy Bates wrote:
hi I've got two pretty arcane bundles I work on extending most days and use at home and work. As they are into useful shape, I 'm beginning to share with others.
Woot. :)
What public servers do people use/recommend? What's the story with using the tm bundle repo? I looked at http://bundleforge.com/ but couldn't see how to use that to host a bundle... I like most things google: does google code integrate with textmate and allow synching of code changes?
http://wiki.macromates.com/Main/Bundles
Look over the style guide and when you think it's ready send it over and I'll get it added to the repository and get you account. People will then be able to use GetBundle or plain svn to checkout/update the bundle.
Hi,
regarding to this issue I have a remark.
What's about all these TextMate bundles somewhere in the internet? For instance by accident I found very interesting Bundles like the MultMarkdown Bundle by Fletcher Penney or the Snipplr Bundle. But how can a user know that all these Bundles exist? My dream would be if a user wrote a bundle s/he simply uploads this bundle or at least uploads a link to a macromates location in order to share it with the entire TM community. The GetBundles bundle could be modified in such a way easily to list these bundles as well.
E.g. one gathers only the direct link to a TM bundle:
http://snipplr.com/developer/textmate/snipplr_bundle_shell.zip http://files.fletcherpenney.net/MultiMarkdownForTextMate.zip
one could write a script which parses these archives to get info.plist containing the name, description etc.
Cheers,
--Hans