Installing the SVK TextMate bundleEdit
After seeing the excellent Subversion bundle for TextMate in this Railscast I decided to find out if there is an SVK bundle, seeing as SVK is currently my version control tool of choice. It turns out that there is and it can be installed as follows:
Installation
cd ~/Library/Application\ Support/TextMate/Bundles
svn co svn co http://macromates.com/svn/Bundles/trunk/Bundles/SVK.tmbundle
Output
cd ~/Library/Application\ Support/TextMate/Bundles
svn co svn co http://macromates.com/svn/Bundles/trunk/Bundles/SVK.tmbundle
A SVK.tmbundle/Commands
A SVK.tmbundle/Commands/Commit.plist
A SVK.tmbundle/Commands/Help.plist
A SVK.tmbundle/Commands/Add to Repository.plist
A SVK.tmbundle/Commands/Info.plist
A SVK.tmbundle/Commands/Revert.tmCommand
A SVK.tmbundle/Commands/Update to Newest.plist
A SVK.tmbundle/Commands/Diff With Working Copy (BASE).plist
A SVK.tmbundle/Commands/Blame.plist
A SVK.tmbundle/Commands/Log.plist
A SVK.tmbundle/Commands/Status.plist
A SVK.tmbundle/info.plist
A SVK.tmbundle/Support
A SVK.tmbundle/Support/README.html
A SVK.tmbundle/Support/script
A SVK.tmbundle/Support/script/flip_files.js
A SVK.tmbundle/Support/svk_helper.rb
A SVK.tmbundle/Support/format_info.rb
A SVK.tmbundle/Support/css
A SVK.tmbundle/Support/css/svk_info_style.css
A SVK.tmbundle/Support/css/svk_blame_style.css
A SVK.tmbundle/Support/css/svk_style.css
A SVK.tmbundle/Support/css/svk_log_style.css
A SVK.tmbundle/Support/css/svk_status_style.css
A SVK.tmbundle/Support/revert_file.rb
A SVK.tmbundle/Support/format_blame.rb
A SVK.tmbundle/Support/format_log.rb
A SVK.tmbundle/Support/format_status.rb
A SVK.tmbundle/Support/svk_commit.rb
Checked out revision 7337.