Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#5150 closed defect (duplicate)

Improve error message with invalid repository configurations

Reported by: Emmanuel Blot Owned by: Christian Boos
Priority: high Milestone:
Component: version control Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

There are several issues related to invalid repository configuration errors:

  1. 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.
  2. HTTP error type shows up as None when this error is raised.

Attachments (0)

Change History (5)

comment:1 by Christian Boos, 16 years ago

Milestone: 0.11.1
Priority: lowhigh

The vc backends should be able to bring more actual details about the failure.

comment:2 by anonymous, 16 years ago

Type: defectenhancement

comment:3 by anonymous, 16 years ago

Type: enhancementdefect

comment:4 by Chris Mulligan <chris.mulligan@…>, 16 years ago

Resolution: duplicate
Status: newclosed

This is a dupe of #6796 which has a lot more detail.

comment:5 by Christian Boos, 16 years ago

Milestone: 0.11.2

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.