Hi,
I just updated to TextMate version 2.0-alpha.9489 and Max os X 10.9. I have some trouble with the Subversion bundle. The reason is, that the bundle is not up to date.
The checkbox „Keep bundles updated“ under Preferences -> "Software Update" is activated. The bundle list under Preferences -> Bundles tells me, that the Subversion bundle has been updated 3 months ago. But that is not correct: the git repository has been updated 3 days ago.
I also tried to follow these „Reverting to default“ steps: https://github.com/textmate/textmate/wiki/Reverting-To-Defaults But i did not solve the issue.
Is there anybody who can give me some advice?
Thanks. Jens
On Oct 27, 2013, at 11:55, Jens Ober jensober@yahoo.de wrote:
[…] Is there anybody who can give me some advice?
In Preferences → Bundles you can sort by “Updated”. If you do this, what is the most recent bundle you see (my list is shown below)?
The list is regularly updated on disk, to check when it was last updated, please run this in a terminal and provide the results:
xattr -l ~/Library/Application\ Support/TextMate/Managed/Cache/org.textmate.updates.default
I would think that the most likely reason for not keeping it updated (if you haven’t disabled bundle updates) would be network error (perhaps related to SSL certificate validation or firewall).
To see potential error output from TextMate you need to https://github.com/textmate/textmate/wiki/Enable-Logging — after this run the following and relaunch TextMate to force checking the bundle index:
defaults delete com.macromates.TextMate.preview lastBundleUpdateCheck
Am 27.10.2013 um 12:16 schrieb Allan Odgaard mailinglist@textmate.org:
In Preferences → Bundles you can sort by “Updated”. If you do this, what is the most recent bundle you see (my list is shown below)?
The list is regularly updated on disk, to check when it was last updated, please run this in a terminal and provide the results:
xattr -l ~/Library/Application\ Support/TextMate/Managed/Cache/org.textmate.updates.default
$ xattr -l ~/Library/Application\ Support/TextMate/Managed/Cache/org.textmate.updates.default last-check: 2013-10-23 16:29:00 +0000 org.w3.http.etag: "270a865bedce04dfc8059c3314f1af63"
I would think that the most likely reason for not keeping it updated (if you haven’t disabled bundle updates) would be network error (perhaps related to SSL certificate validation or firewall).
To see potential error output from TextMate you need to https://github.com/textmate/textmate/wiki/Enable-Logging — after this run the following and relaunch TextMate to force checking the bundle index:
defaults delete com.macromates.TextMate.preview lastBundleUpdateCheck
The Logfile is empty. But your last command „defaults delete…“ did the trick. The bundle list has been updated:
Thank you.
I just downloaded a clean copy of 2.0-alpha.9493 (running on MacOS X 10.8.5) and have a related problem. None of the base bundles were installed and the Bundles section of the Preferences window is not loading at all. I think there may be a deeper bug as the preference pane does not appear on the first 'CMD-,' but only on the second. The usual reseting and preference clearing have had no effect (not surprising at it is a clean install). Is this a known regression or is there something else I'm missing?
-e
On 01 Nov 2013, at 13:45, Eric edewitt@mac.com wrote:
[…] the preference pane does not appear on the first 'CMD-,’ but only on the second.
That sounds like an exception is thrown the first time you open it.
Try run Applications → Utilities → Console and look for output.
The usual reseting and preference clearing have had no effect (not surprising at it is a clean install). Is this a known regression or is there something else I'm missing?
It is not a known issue. It’s unclear what “the usual resetting” means.
Here is what we suggest: https://github.com/textmate/textmate/wiki/Reverting-To-Defaults