Sat, 17 Mar 2012 13:01:31 +0100
Fixed an issue in the Subversion List Properties dialog related to the language used by the subversion commandline proces (svn).
# -*- 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://', ]