Subversion and Quicksilver
Note: This post is over a year old. You may want to check later in this blog to see if there is new information.
The following links are auto-generated but may help you locate newer content:
Okay, you probably already knew this, but I just figured it out. I was looking for a simple way to add and commit files to a subversion repository right from Path Finder. After playing with a lot of applescript nonsense, I finally discovered that with the Subversion Module installed in Quicksilver you can just invoke quicksilver with the current selection (⌃-⌥-space, unless you’ve modified the trigger) and type sv(n) to get a menu of Subversion commands to run on the selection. Status, Add, Commit, Log and Update are all available (with Growl support). The file actions (rm, cp, mv) are not available, but it does what I generally need to do. I’d probably prefer not to be able to delete files with an accidental keystroke, considering the speed at which Quicksilver works. So, for those using SVN for web development (or any other use), this is a great way to quickly check the status of a file/directory, add new files, and make a commit with a message. As a speed-related note, get used to typing svst, sva, and svc for quick access to the most used commands. 
Have your say
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
No comments
Jump to comment form | comments rss [?] | trackback uri [?]