Fri, 18 Jan 2013 19:31:43 +0100
Fixed a bug in the VCS copy dialogs causing a failure on Windows systems.
(grafted from f6a2cbf3f5146c15e3acc3aa91bf61ae87d00b8a)
# -*- coding: utf-8 -*- # Copyright (c) 2006 - 2013 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. """