Can I use Trac with a remote subversion repository?
You can’t use Trac (not yet) with remote repository but you could mirror remote repository using this program: http://svk.elixus.org/ If you are using subversion 1.4, svnsync program also help you to mirror repository across network. If you’re on Windows, the Python bindings support UNC paths, so you can use a repository that’s shared out on another machine. Just use the UNC path instead of the local file path when setting up Trac. (Note that this can be slow and that this usage is not recommended by the Subversion development team.) See also: #493, VersioningSystemBackend.
You can’t use Trac (not yet) with remote repository but you could mirror remote repository with subversion svnsync tool that is available since subversion 1.4. If you’re on Windows, the Python bindings support UNC paths, so you can use a repository that’s shared out on another machine. Just use the UNC path instead of the local file path when setting up Trac. (Note that this can be slow and that this usage is not recommended by the Subversion development team.) See also: #493, VersioningSystemBackend.