Sean Van Buggenum wrote:
trac and subversion repository need to be on the same machine!!! Oh! I thought I would be able to work with a working copy, and have trac use the subversion client to retrieve the necessary information. Not sure if i like trac having direct access to the repository like that...
The client access layer is simply not designed to provide the data Trac needs in an efficient manner. The Subversion API is already pretty slow for large requests (we actually need to cache parts of the information to make it feel snappy). Gotoh did make a backend plugin that uses the DAV client library a while ago, but it wasn't very nice to use. Trac never writes to Subversion, so you can even give it read-only access as long as you use FSFS (BDB always needs write access because they do locking in a weird way).
--Noah
signature.asc
Description: OpenPGP digital signature
