Collection of AppleScripts for Finder to make the most frequent operations on Subversion repositories easier. Now you don't have to switch from Finder to another application (either Terminal or some heavy-weight GUI client) to handle common repository tasks.
Command-line Subversion client is still required (see Installation below), but the scripts don't require any configuration (path to the binary will be auto-detected).
The following Subversion operations are supported in the current version: Add, Commit, Delete, Revert, Status, Update. Copy, Move and maybe Log will be implemented in the near future, but there are no plans to support Checkout (it has to be done only once, with command-line client) or other operations for now.
Operating System Requirements:
This product is designed to run on the following operating systems:
Nice set of scripts - particularly if used with Quicksilver.
Are you aware of SCPlugin, I've been using it for quite a while for the same usecase, but it doesn't integrate with Quicksilver - would be good to have both :)
Are you aware of SCPlugin, I've been using it for quite a while for the same usecase, but it doesn't integrate with Quicksilver - would be good to have both :)
<http://scplugin.tigris.org/>