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) 2004 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module defining configuration variables for the subversion package """ # Available protocols fpr the repository URL ConfigSvnProtocols = [ 'file://', 'http://', 'https://', 'svn://', 'svn+ssh://', ]