Mon, 09 Apr 2012 18:51:29 +0200
Fixed the Subversion and PySvn status commands (issue caused by latest Subversion and PySvn updates).
# -*- coding: utf-8 -*- # Copyright (c) 2006 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the vcs interface to Subversion It consists of the subversion class, the project helper classes and some Subversion specific dialogs. This package is based upon the pysvn interface. """