Hello,
as I configured the subversion repositories under Trac I'm able to configure the default repository, but not any additional.
The following syntax works fine :
repository_dir = /var/svn/repos/test
repository_sync_per_request = (default)
repository_type = svn
but this one return error "No changeset 0 in the repository" when browsing via menu item 'Browser source' :
[repositories]
test.dir = /var/svn/repos/test
test.hidden = false
postfix.dir = /var/svn/repos/postfix
postfix.hidden = false