Ticket #5150 (closed defect: duplicate)
Improve error message with invalid repository configurations
| Reported by: | eblot | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | version control | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description
There are several issues related to invalid repository configuration errors:
- when repository_type is defined, but repository_dir is left undefined, a confusing error message is thrown:
Unsupported version control system "svn". Check that the Python bindings for "svn" are correctly installed.
exactly as if SVN Python bindings were in trouble.
This message may even be more confusing as as repository_type defaults to svn, a configuration that does not contain any repository_* directives ends up showing up this error message. - HTTP error type shows up as None when this error is raised.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


