--> --> -->
 
 
RepoNotFound
Python 2.5.2: /usr/bin/python
Fri Sep 3 21:26:39 2010

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/n222/html/cgi-bin/darcsweb.cgi in ()
 2443 # get the repo configuration and fill the config class
 2444 current_repo = urllib.unquote(form['r'].value)
 2445 fill_config(current_repo)
 2446 
 2447 
fill_config = <function fill_config at 0x83369cc>, current_repo = 'sonic-'
 /home/n222/html/cgi-bin/darcsweb.cgi in fill_config(name='sonic-')
 2329                 else:
 2330                         # not found
 2331                         raise "RepoNotFound", name
 2332 
 2333         # fill the configuration
name = 'sonic-'

RepoNotFound: sonic-