comparison: Plugins/VcsPlugins/vcsSubversion/Config.py
Plugins/VcsPlugins/vcsSubversion/Config.py
- changeset 0
- de9c2efb9d02
- child 13
- 1af94a91f439
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2004 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Module defining configuration variables for the subversion package |
|
8 """ |
|
9 |
|
10 # Available protocols fpr the repository URL |
|
11 ConfigSvnProtocols = [ |
|
12 'file://', |
|
13 'http://', |
|
14 'https://', |
|
15 'svn://', |
|
16 'svn+ssh://', |
|
17 ] |