Switch to unified view

a/ForgeSVN/forgesvn/svn_main.py b/ForgeSVN/forgesvn/svn_main.py
...
...
21
21
22
class ForgeSVNApp(RepositoryApp):
22
class ForgeSVNApp(RepositoryApp):
23
    '''This is the SVN app for PyForge'''
23
    '''This is the SVN app for PyForge'''
24
    __version__ = version.__version__
24
    __version__ = version.__version__
25
    tool_label='SVN'
25
    tool_label='SVN'
26
    default_mount_label='SVN'
27
    default_mount_point='svn'
28
    ordinal=4
26
    ordinal=4
29
    forkable=False
27
    forkable=False
30
    default_branch_name=''
28
    default_branch_name=''
31
29
32
    def __init__(self, project, config):
30
    def __init__(self, project, config):