Getting Quicksilver and Subversion to work on OS X

Posted Jul 21, 2009 // 0 comments
Frank:

Out of the box, Quicksilver, a wonderful app launcher and more for Mac, and Subversion, a top open source version control system do not have a happy marriage. The Subversion plug-in for Quicksilver is expecting the svn binary to be /usr/local/bin/svn, but it is not, it can be found at /usr/bin/svn. However, a simple change can make all well in the world again, fixing the broken marriage of Quicksilver and Subversion.

1. Open a Terminal and type defaults write com.blacktree.Quicksilver QSSVNPluginSVNPATH /usr/bin/svn
2. Quit Quicksilver and relaunch it
3. Control+Space to launch Quicksilver
4. Type a Subversion controlled filename
5. Execute the SVN Log action
6. Jump for joy!!

Hopefully this helped you get your local development environment humming without using that silly little mouse.

About Frank

Frank Febbraro is the CTO at Phase2. He is obsessed with software and integrating new techniques and practices with proven methods of execution. A combination of comprehension and real world experience enables Frank to attack challenges with a ...

more >

Read Frank's Blog

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <strong> <code> <p> <img> <ul> <ol> <li> <h2> <h3> <h4> <b> <u> <i>
  • You may insert videos with [video:URL]

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.