I checked out from SVN (r10840), but when I open the Get Bundles item it says "An error occurred, please check the log. The log contains:<br><br>11/21/2008 18:10:37    TextMate[GetBundles]<br>GetBundles' DIALOG runs at token 1<br>
<br>11/21/2008 18:10:38    TextMate[GetBundles]<br>Structural error in Bundle Server File<br><br>It's a fresh install of TextMate 1464.<br><br><div class="gmail_quote">On Fri, Nov 21, 2008 at 2:46 AM, Hans-Jörg Bibiko <span dir="ltr"><<a href="mailto:bibiko@eva.mpg.de">bibiko@eva.mpg.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
there is a new "GetBundles" release available.<br>
<br>
svn checkout:<br>
<br>
export LC_CTYPE=en_US.UTF-8<br>
mkdir -p ~/Library/Application\ Support/TextMate/Bundles<br>
cd ~/Library/Application\ Support/TextMate/Bundles<br>
svn co <a href="http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle" target="_blank">http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle</a><br>
osascript -e 'tell app "TextMate" to reload bundles'<br>
<br>
svn update:<br>
export LC_CTYPE=en_US.UTF-8<br>
cd '~/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle'<br>
svn up<br>
osascript -e 'tell app "TextMate" to reload bundles'<br>
<br>
or simply:<br>
<a href="http://email.eva.mpg.de/%7Ebibiko/downloads/textmate/GetBundles.tmbundle.zip" target="_blank">http://email.eva.mpg.de/~bibiko/downloads/textmate/GetBundles.tmbundle.zip</a><br>
<br>
<br>
"GetBundles" runs on MacOSX 10.4.x and MacOSX 10.5.x ppc/intel.<br>
<br>
"GetBundles" is rewritten entirely. Here are the four main changes:<br>
<br>
• it uses a cache file from <a href="http://textmate.org" target="_blank">textmate.org</a> which will be generated by a<br>
script that runs once a day on <a href="http://textmate.org" target="_blank">textmate.org</a> to collect available data<br>
from TM's svn repositories, from <a href="http://github.com" target="_blank">github.com</a>, and includes private<br>
hosted bundles (Cache File lists 346 bundles. Last modified date: Thu<br>
Nov 20 11:00:03 UTC 2008)<br>
<br>
• the installation of a bundle will be done by TextMate (the same<br>
procedure when you double-click at a tmbundle in Finder)<br>
<br>
• it updates TextMate's "Support Folder" automatically –if<br>
needed– before it installs a bundle<br>
- this update of TextMate's "Support Folder" will be always stored<br>
in ~/Library/Application Support/TextMate/Pristine Copy/Support<br>
- if there is no /Library/Application Support/TextMate/Support folder<br>
it will create a symbolic link to Pristine's one<br>
  > this means:<br>
  - if you has already checked out TextMate's "Support Folder" TM<br>
will use this one regardless of "GetBundles'" update<br>
  - this makes it possible that an user can use its own "Support<br>
Folder" and s/he is responsible for its update<br>
  - if you like to use Pristine's "Support Folder" simply rename or<br>
delete /Library/Application Support/TextMate/Support and update it by<br>
using "GetBundles'" > Gear Menu > Update "Support Folder"<br>
<br>
• "GetBundles" now displays the status (installed, there's an<br>
update available etc.) of locally installed bundles<br>
<br>
<br>
All activities, warnings, and errors are written into "GetBundles'"<br>
Log file. You can open it by pressing ⌥⇧⌘L or "Gear Menu" ><br>
Show Log.<br>
<br>
The help file was updated but is still under constructions.<br>
<br>
Furthermore you cannot update a bundle if this bundle is under<br>
revision control (svn/git). You can delete/rename that bundle and use<br>
"GetBundles" to reinstall it, or use svn/git (the "Info Window"<br>
of a bundle shows the shell command(s)).<br>
<br>
The underlying script is rather complex thus "GetBundles" needs<br>
your help to fix problems, bugs, insufficiencies, speed, update<br>
status, including the GUI design (Leopard and Tiger uses different<br>
GUIs) and misspelled or wrong English messages etc.<br>
<br>
I'd be appreciate to get any kind of feedback in order to improve it<br>
further.<br>
<br>
<br>
Kind regards,<br>
<br>
--Hans<br>
<br>
<br>
PS If you know more TextMate bundles hosted on private sites which are<br>
worth to be listed in "GetBundles" please mail me the URL. I'll<br>
then maintain the server file for private hosted bundles.<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</blockquote></div><br>