Installing GetBundles on a Fresh Copy of TextMate
$ mkdir -p ~/Library/Application\ Support/TextMate/Bundles
$ cd !$
$ svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
$ osascript -e 'tell app "TextMate" to reload bundles'
$ mkdir -p ~/Library/Application\ Support/TextMate/Bundles
$ cd !$
$ svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
$ osascript -e 'tell app "TextMate" to reload bundles'
This is a Solutions Log post.
If you have Mountain Lion (Mac OS X 10.8) then the command lines above won't work because svn is not included.
To fix this problem, download the latest Xcode for Mountain Lion from the Mac Apple Store. Once installed go to Xcode > Preferences > Downloads > Command Line Tools > Install.
More info: http://blog.grapii.com/2012/08/svn-missing-in-mac-os-x-10-8-mountain-lion/
Awesome, thanks man!
Thank you, worked like a charm!
Hi it's not necessarily to install Xcode entirley. You can also install solely the Command Line Tools by downloading them separately via the following link: https://developer.apple.com/downloads/index.action
formerly