Ok, so what is the latest way to get updated bundles? I've been using GetBundles, but now when I try to use it, it just spins on "updating TextMate support" or just any action. I can't get it to do any updates.
I used to just do:
cd /Library/Application\ Support/TextMate
svn up
but I had thought I read that bundles are moving to Github, so that command isn't quite the right way.
So... what's the new and improved method to update bundles?
(one for example - I'm trying to see if there's a Rails bundle update that has updates for Rails 3.1)
Thanks!
Hi,
for some reasons GetBundles' behaviour became unstable in the last couple of days. Up to now I've no explanation for it.
For me the following fixed this more or less: If GetBundles hangs (in the Log File you should find something like "Error while initialization. Invalid argument") go to TM's main menu > Bundles > GetBundles > "Close Dialog" and retry invoking GetBundles.
Could you please tell me the output of:
TM's main menu > Bundles > GetBundles > Help > Requirements > "Check Requirements"
and which OSX version do you are running?
Best, --Hans
I've been having a similar problem for awhile now. When I try to open getbundles, nothing happens. Here's the log output I get (I'm running os 10.5):
/Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:205: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' when "Official": "Official" ^ /Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:206: syntax error, unexpected keyword_when, expecting keyword_end when "Under Review": "Review" ^ /Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:206: syntax error, unexpected ':', expecting keyword_end when "Under Review": "Review" ^ /Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:208: warning: else without rescue is useless /Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:206: warning: unused literal ignored /Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:211: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' when /github.com/: "Github" ^ /Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:214: syntax error, unexpected keyword_end, expecting $end
Any thoughts?
---Kyle.
On Mon, Nov 14, 2011 at 2:22 AM, Hans-Jörg Bibiko bibiko@eva.mpg.de wrote:
Hi,
for some reasons GetBundles' behaviour became unstable in the last couple of days. Up to now I've no explanation for it.
For me the following fixed this more or less: If GetBundles hangs (in the Log File you should find something like "Error while initialization. Invalid argument") go to TM's main menu > Bundles > GetBundles > "Close Dialog" and retry invoking GetBundles.
Could you please tell me the output of:
TM's main menu > Bundles > GetBundles > Help > Requirements > "Check Requirements"
and which OSX version do you are running?
Best, --Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 15 Nov 2011, at 16:58, Kyle. wrote:
I've been having a similar problem for awhile now. When I try to open getbundles, nothing happens. Here's the log output I get (I'm running os 10.5):
/Users/Kyle/Library/Application Support/TextMate/Pristine Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:205: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' when "Official": "Official"
hmm, this seems to be a Ruby version problem since GetBundles runs only with Ruby 1.8.x (not with 1.9.x!)
What do you get after invoking :
TM's main menu > Bundles > GetBundles > Help > Requirements > "Check Requirements" ?
--Hans
Good call. I forgot about the check requirements function. Here's what I get:
“svn” client found in: /usr/bin/svn svn, version 1.4.4 (r25188)
“TM_SVN” set to: /usr/bin/svn
“unzip” found in: /usr/bin/unzip
“tar” found in: /usr/bin/tar
“ruby”: ruby 1.8.6 (2009-06-08 patchlevel 369) [universal-darwin9.0]
“ping textmate.org”: PING textmate.org (178.79.137.125): 56 data bytes 64 bytes from 178.79.137.125: icmp_seq=0 ttl=48 time=164.765 ms
“ping github”: PING github.com (207.97.227.239): 56 data bytes 64 bytes from 207.97.227.239: icmp_seq=0 ttl=49 time=84.240 ms
It looks like everything checks out!
---Kyle.
On Tue, Nov 15, 2011 at 8:43 AM, Hans-Jörg Bibiko bibiko@eva.mpg.de wrote:
On 15 Nov 2011, at 16:58, Kyle. wrote:
I've been having a similar problem for awhile now. When I try to open
getbundles, nothing happens. Here's the log output I get (I'm running os 10.5):
/Users/Kyle/Library/Application Support/TextMate/Pristine
Copy/Bundles/GetBundles.tmbundle/Support/getBundles.rb:205: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n'
when "Official": "Official"
hmm, this seems to be a Ruby version problem since GetBundles runs only with Ruby 1.8.x (not with 1.9.x!)
What do you get after invoking :
TM's main menu > Bundles > GetBundles > Help > Requirements > "Check Requirements" ?
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
And then it stops.
Thanks.
On Mon, Nov 14, 2011 at 5:22 AM, Hans-Jörg Bibiko bibiko@eva.mpg.de wrote:
Hi,
for some reasons GetBundles' behaviour became unstable in the last couple of days. Up to now I've no explanation for it.
For me the following fixed this more or less: If GetBundles hangs (in the Log File you should find something like "Error while initialization. Invalid argument") go to TM's main menu > Bundles > GetBundles > "Close Dialog" and retry invoking GetBundles.
Could you please tell me the output of:
TM's main menu > Bundles > GetBundles > Help > Requirements > "Check Requirements"
and which OSX version do you are running?
Best, --Hans
Running OSX 10.7.2
Output of Check Requirements: “svn” client found in: /usr/bin/svn svn, version 1.6.16 (r1073529)
“TM_SVN” set to:
“unzip” found in: /usr/bin/unzip
“tar” found in: /usr/bin/tar
“ruby”: ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]
“ping textmate.org”: PING textmate.org (178.79.137.125): 56 data bytes 64 bytes from 178.79.137.125: icmp_seq=0 ttl=47 time=106.655 ms
“ping github”: PING github.com (207.97.227.239): 56 data bytes 64 bytes from 207.97.227.239: icmp_seq=0 ttl=51 time=21.405 ms
And this is the log when I try to do a "get all updates"
11/20/2011 22:40:12 TextMate[GetBundles] GetBundles – version 1.2 – Hans-Jörg Bibiko - bibiko@eva.mpg.de
11/20/2011 22:40:13 TextMate[GetBundles] GetBundles' DIALOG runs at token 1
11/20/2011 22:40:25 TextMate[GetBundles] Cache File lists 1138 bundles. Last modified date: Sun Nov 20 11:00:01 UTC 2011
11/20/2011 22:40:26 TextMate[GetBundles] Warning: Please note that you have already installed an update of TextMate's “Support Folder” in ‘/Library/Application Support/TextMate/Support’. This folder won't be touched by GetBundles' update! GetBundles will always check out the latest version into ‘/Users/john/Library/Application Support/TextMate/Pristine Copy/Support’. To activate GetBundles' “Support Folder” simply rename or delete ‘/Library/Application Support/TextMate/Support’ and run ‘Update “Support Folder”’. Otherwise you have to update ‘/Library/Application Support/TextMate/Support’ by yourself.
11/20/2011 22:40:35 TextMate[GetBundles] Installing all updates…
11/20/2011 22:40:35 TextMate[GetBundles] Installing “Blogging”
11/20/2011 22:40:35 TextMate[GetBundles] Could not install “Blogging” by using “ https://github.com/textmate/blogging.tmbundle/tarball/master%E2%80%9D
Hi John,
On 21 Nov 2011, at 04:41, John Tsombakos wrote:
And then it stops.
And this is the log when I try to do a "get all updates"
11/20/2011 22:40:12 TextMate[GetBundles] GetBundles – version 1.2 – Hans-Jörg Bibiko - bibiko@eva.mpg.de
The latest GetBundles version is 1.4. Please update it first.
mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles export LC_CTYPE=en_US.UTF-8 svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
or via "svn up".
Cheers, --Hans