I just upgraded to Snow Leopard over the weekend, and when re-installing all software, decided to use GetBundles to grab all of the bundles I'd been using. However, when trying to list everything on the repository, it doesn't seem to work for me. I went into show_bundles.rb, the support ruby script which is called when you "Show Bundles on Repository". I updated the website's hardcoded in that script to svn.textmate.org/trunk/Bundles, but no dice. I did notice the general note on TM/SL incompabitility with Ruby scripts due to 1.8.7, but I'm not a Ruby guy so I dont know the details.
Is anyone else seeing the same thing?
Much thanks Joe
On 03.09.2009, at 06:21, Joe Sheehan wrote:
I just upgraded to Snow Leopard over the weekend, and when re- installing all software, decided to use GetBundles to grab all of the bundles I'd been using. However, when trying to list everything on the repository, it doesn't seem to work for me.
For GetBundle I cannot speak, but did you try GetBundles?
export LC_CTYPE=en_US.UTF-8 mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
Cheers,
--Hans
PS Since I'm not yet on SL I'd be interested whether GetBundles works.
I wasn't aware of the difference - never heard of "GetBundles".
What is the difference between bundles available at? Does anyone know?
http://svn.textmate.org/trunk/Review/Bundles/http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
and
http://svn.textmate.org/trunk/Bundles/http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
On Thu, Sep 3, 2009 at 1:36 AM, Hans-Jörg Bibiko bibiko@eva.mpg.de wrote:
On 03.09.2009, at 06:21, Joe Sheehan wrote:
I just upgraded to Snow Leopard over the weekend, and when re- installing all software, decided to use GetBundles to grab all of the bundles I'd been using. However, when trying to list everything on the repository, it doesn't seem to work for me.
For GetBundle I cannot speak, but did you try GetBundles?
export LC_CTYPE=en_US.UTF-8 mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
Cheers,
--Hans
PS Since I'm not yet on SL I'd be interested whether GetBundles works.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 03.09.2009, at 16:54, Joe Sheehan wrote:
I wasn't aware of the difference - never heard of "GetBundles".
What is the difference between bundles available at? Does anyone know?
As the name is telling you:
Bundles under Review ie under construction but workable
Officially proofed bundles.
Cheers,
--Hans