Strange error: '' does not end with u'…'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trac-Bzr |
New
|
Undecided
|
Unassigned |
Bug Description
I have a bzr repo called foobar:
$ bzr info foobar
Shared repository (format: 2a)
Location:
shared repository: .
I add it to my trac 1.0 installation using the Admin/Repositories panel and get the feedback:
* The repository "(default)" has been added.
* You should now run trac-admin $ENV repository resync "(default)" to synchronize Trac with the repository.
* You should also set up a post-commit hook on the repository to call trac-admin $ENV changeset added "(default)" $REV for each committed changeset.
I resync:
$ trac-admin /opt/trac/
Resyncing repository history for foobar...
0 revisions cached.
Done.
And when I open the repository browser I get this strange error message:
'' does not end with u'foobar'
Any ideas what is going on here?
So far I have one bzr project running fine in trac but was not able to spot a possible difference, yet. Any pointers or ideas are well appreciated. Also please let me know if I should provide more information.