Just installed the wycats-textmate gem via sudo gem install wycats-textmate --source http://gems.github.com. Now trying to run a few installs, but they always end with "Not Installed".
chris-blooms-laptop:Library chrisbloom7$ textmate install PHP --source=github
Checking out PHP...
Multiple bundles with that name found. Please choose which one you want to install:
1: Cakephp.tmbundle by cakephp
2: Php.tmbundle by textmate
3: Trey Php.tmbundle by trey
Your choice: 2
git clone "git://github.com/textmate/php.tmbundle.git" /Users/chrisbloom7/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/Php.tmbundle 2>&1
Cloning into /Users/chrisbloom7/Library/Application Support/TextMate/Pristine Copy/Bundles/Php.tmbundle...
Not Installed
chris-blooms-laptop:Library chrisbloom7$ textmate install "Trey Frontend" --source=github
Checking out Trey Frontend...
git clone "git://github.com/trey/trey-frontend-tmbundle.git" /Users/chrisbloom7/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/Trey\ Frontend.tmbundle 2>&1
Cloning into /Users/chrisbloom7/Library/Application Support/TextMate/Pristine Copy/Bundles/Trey Frontend.tmbundle...
Not Installed
However, after I run textmate reload the new bundles do appear in the list.
Also, if I don't specify a source it seems the textmate manager tries to install from multiple sources, even if a previous one is successful.
chris-blooms-laptop:Library chrisbloom7$ textmate install PHP
Checking out PHP...
Multiple bundles with that name found. Please choose which one you want to install:
1: Cakephp.tmbundle by cakephp
2: Php.tmbundle by textmate
3: Trey Php.tmbundle by trey
Your choice: 2
git clone "git://github.com/textmate/php.tmbundle.git" /Users/chrisbloom7/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/Php.tmbundle 2>&1
Cloning into /Users/chrisbloom7/Library/Application Support/TextMate/Pristine Copy/Bundles/Php.tmbundle...
svn co "http://svn.textmate.org/trunk/Bundles/PHP.tmbundle" /Users/chrisbloom7/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/PHP.tmbundle 2>&1
svn: URL 'http://svn.textmate.org/trunk/Bundles/PHP.tmbundle' doesn't exist
svn co "http://svn.textmate.org/trunk/Review/Bundles/PHP.tmbundle" /Users/chrisbloom7/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/PHP.tmbundle 2>&1
svn: URL 'http://svn.textmate.org/trunk/Review/Bundles/PHP.tmbundle' doesn't exist
Not Installed
Even then, it still reports that it is not installed.
ruby 1.8.7 ruby-gems 1.3.5
Just installed the wycats-textmate gem via
sudo gem install wycats-textmate --source http://gems.github.com
. Now trying to run a few installs, but they always end with "Not Installed".However, after I run
textmate reload
the new bundles do appear in the list.Also, if I don't specify a source it seems the textmate manager tries to install from multiple sources, even if a previous one is successful.
Even then, it still reports that it is not installed.