Archive for tag: code

Python SubWCRev

26 October, 2007 (23:52) | code | By: nick

Fired out a little Python script for exercise…
pysubwcrev is a Python version of TortoiseSVN’s SubWCRev app. SubWCRev is a windows-only console app, pysubwcrev is a command-line argument compatible replacement that is Python-based, and therefore runs on any platform with an available Python interpreter and pysvn. Currently only Linux is tested.
The code is hosted @ Google Code. Currently no packaged [...]