2 |
2 |
3 # Copyright (c) 2006 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
3 # Copyright (c) 2006 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Package implementing the vcs interface to Subversion |
7 Package implementing the vcs interface to Subversion. |
8 |
8 |
9 It consists of the subversion class, the project helper classes and some |
9 It consists of the subversion class, the project helper classes and some |
10 Subversion specific dialogs. This package is based upon the pysvn interface. |
10 Subversion specific dialogs. This package is based upon the pysvn interface. |
11 """ |
11 """ |