About
iSubvert is a combined SFTP and Subversion client aimed at web developers. It will allow you to work with remote working copies - that is, you can perform SVN commands in a working copy located on a remote server. Local working copies are also supported on Mac OS X provided the subversion client binaries are installed.
Features
- SFTP client - browse, manage, and edit files over SFTP
- SVN client - performs most subversion commands, anything missing is coming soon...
Requirements
- Ability to connect to your server over SSH and SFTP
- Subversion client binaries installed on your server
- Mac OS X local working copies require installation of command-line subversion client binaries
Download
- iSubvert v2.1.5 for Mac OS X (12.4MB)
- iSubvert v2.1.4 installer for Windows (5.9MB)
Thanks
iSubvert is written in Python using the following libraries:
- wxPython - cross platform GUI library
- paramiko - ssh2 protocol for python
- Keychain.framework - OSX Keychain access library
- feedparser - universal feed parser