Template: websvn/configuration
Type: boolean
Default: false
_Description: Do you want to configure WebSVN now?
 WebSVN needs to be configured before its use, ie you must set the
 locations of the repositories.
 .
 If you want to configure it later, you should run 'dpkg-reconfigure
 websvn'.

Template: websvn/parentpath
Type: string
Default: /var/lib/svn
_Description: svn parent repositories:
 If you have directories containing svn repositories, enter the location
 of each parent directory you want to appear on websvn page.
 .
 You must specify at least one existing subversion repository or WebSVN
 will not work. You can specify single repositories on the next step of
 the config.
 .
 Separate each entry with a comma (,) but NO SPACE or leave empty.

Template: websvn/repositories
Type: string
Default: /var/lib/svn
_Description: svn repositories:
 Enter the location of each svn repository you want to appear on websvn
 page.
 .
 You must specify at least one existing subversion repository or WebSVN
 will not work, except if you have given a parent path previously.
 .
 Separate each entry with a comma (,) but NO SPACE or leave empty.

Template: websvn/webservers
Type: multiselect
_Choices: apache, apache-ssl, apache-perl, apache2
Default: apache, apache-ssl, apache-perl, apache2
_Description: Apache configuration:
 WebSVN supports any web server that php4 does, but this automatic
 configuration process only supports Apache.

Template: websvn/permissions
Type: note
_Description: Note on permissions
 Due to a limitation in the DB format, the 'svnlook' command needs read-write
 access to the repository (to create locks etc). You need to give read-write
 permissions to the user running your webserver on all your repositories.
 .
 Another way of avoiding this problem is by creating SVN repositories with
 the --fs-type=fsfs option.  Existing DB repositories can be converted to
 the FSFS format by using the svnadmin dump/load commands.

