Versionsapp: Subversion App for OS X

Comments

5 comments posted
versionsapp looks nice. >

versionsapp looks nice.

shrop
Interesting hack. I wonder if it's possible to adapt it so the diff opens in textmate (using the subversion bundle > "diff with revision...").
I checked the mate executable but doesn't seem provide a way to launch a command from there...

Posted by Anonymous (not verified) on Tue, 09/29/2009 - 2:11am
The only way I have found to

The only way I have found to hack the diff is to hook into the built in diff app that OS X provides. That is what most editors hit. Your are right, TextMate would be nice to open as a diff. Just not sure how to do it.

Posted by shrop on Tue, 09/29/2009 - 5:35am
I'm glad the workaround

I'm glad the workaround worked!

  • Dirk
Posted by Dirk Stoop (not verified) on Thu, 06/05/2008 - 9:30pm
Ok, I have a fix for opening

Ok, I have a fix for opening Versions.app diffs with Changes.app thanks to Dirk at Versions support.

This fix redirects the opendiff command to Changes.app's chdiff command line tool. Hopefully in the near future, you will be able to change diff tools via the Versions.app Preferences menu.

Follow the steps below at your own risk. I recommend only doing this is you are familiar with command line operations.

      Open terminal
      Enter the following commands... # sign is the prompt (don't type it!)
      # sudo -s
      # cd /usr/bin
      # cp opendiff opendiff.original
      # rm opendiff
      # ln -s /Applications/Changes.app/Contents/Resources/chdiff opendiff
Posted by shrop on Thu, 06/05/2008 - 8:56pm
Forgot to mention BeanStalk

Forgot to mention BeanStalk integration in Versions. This is cool, but I didn't think much of it because I have SVN repos already setup. Gruber mentioned it on his blog: http://daringfireball.net/linked/2008/june#wed-04-versions.

Versions will allow you to create free BeanStalk SVN repo from within Versions so you can start using the app right away.

Posted by shrop on Wed, 06/04/2008 - 2:34pm

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters (without spaces) shown in the image.
Syndicate content