Switch to unified view

a/ForgeSVN/forgesvn/svn_main.py b/ForgeSVN/forgesvn/svn_main.py
...
...
49
    '''This is the SVN app for PyForge'''
49
    '''This is the SVN app for PyForge'''
50
    __version__ = version.__version__
50
    __version__ = version.__version__
51
    config_options = RepositoryApp.config_options + [
51
    config_options = RepositoryApp.config_options + [
52
        ConfigOption('checkout_url', str, '')
52
        ConfigOption('checkout_url', str, '')
53
        ]
53
        ]
54
    permissions_desc = dict(RepositoryApp.permissions_desc, **{
55
        'write': 'Repo commit access.',
56
        'admin': 'Set permissions, checkout url, and viewable files. Import a remote repo.',
57
    })
54
    tool_label='SVN'
58
    tool_label='SVN'
55
    tool_description="""
59
    tool_description="""
56
        Enterprise-class centralized version control for the masses.
60
        Enterprise-class centralized version control for the masses.
57
    """
61
    """
58
    ordinal=4
62
    ordinal=4