Heh, you beat me to it. The main tool is called "svnsync". Since I set it up so infrequently, I have to refer to the svn book for details. But it does work.
For the others, it would work the same: git clone and hg clone will set up a local repository, and Trac just reads the local. Just like svnsync, the repository has to be updated manually periodically, usually through a cron script, though a post-push hook could be made to do it too. On Sat, Feb 26, 2011 at 10:42 PM, Christopher Arndt <[email protected]>wrote: > Christoph Zwerschke schrieb: > > @Mark: Any chance you will be able to solve these problems in the short > > run? If not, I suggest we migrate to Florent's server for the time > > being. However, since Trac cannot work with remote repositories, this > > also means we will have to move the repositories there. We can consider > > moving to SF at a later time again. > > You can run Trac on a read-only slave of a repository. I've done that in > the past. If needed, I can look for the necessary scripts to set up a > Subversion repository replication. I don't know how this works for other > VC system, though. > > Chris > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears Trunk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/turbogears-trunk?hl=en. > > -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en.
