Plugins/VcsPlugins/vcsPySvn/Config.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
7 Module defining configuration variables for the subversion package 7 Module defining configuration variables for the subversion package
8 """ 8 """
9 9
10 # Available protocols fpr the repository URL 10 # Available protocols fpr the repository URL
11 ConfigSvnProtocols = [ 11 ConfigSvnProtocols = [
12 'file://', 12 'file://',
13 'http://', 13 'http://',
14 'https://', 14 'https://',
15 'svn://', 15 'svn://',
16 'svn+ssh://', 16 'svn+ssh://',
17 ] 17 ]

eric ide

mercurial