Installing the CVS bundle for TextMate for Mac OSX
15 October, 2007 – 2:32 pmMore for my own reference than anything else, here is how you install the CVS bundle for TextMate using a subversion client.
1. If you don’t already have a subversion, try the precompiled version here.
2. Set the LC_CTYPE variable to use UTF-8
export LC_CTYPE=en_US.UTF-8
3. Make a bundles directory if you have not already installed others
mkdir -p /Library/Application\ Support/TextMate/Bundles
4. Change to your bundles directory
cd /Library/Application\ Support/TextMate/Bundles/
5. Install the CVS bundle using the svn client
/usr/local/bin/svn co http://macromates.com/svn/Bundles/trunk/Bundles/CVS.tmbundle










2 Responses to “Installing the CVS bundle for TextMate for Mac OSX”
Thanks for this - saved me trial and error!
By Tara on Mar 18, 2008
No probs, here is another bundle for my own reference (again) if you find yourself stuck writing VB(script) as is the case for me and QTP… yuk
/usr/local/bin/svn co http://macromates.com/svn/Bundles/trunk/Bundles/ASP_vb_NET.tmbundle
By Tim on Mar 29, 2008