Jean-Yves Avenard kirjoitti: > Hi > > I'm currently investigating trac ; is there a way to configure it to > use a WebDAV SVN repository (e.g. a web based one) ? > > trac-admin seems to require a direct access to the repository file > which isn't convenient for me as the machine running trac is different > to the one hosting our subversion repositories.
Well you don't want to do it really. One option is to use subversion 1.4 or newer and svnsync to periodically upkeep read-only copy of your remote repository. Otherwise every time you access Trac (specially browser part) you would be hitting webdav part and thus hammering your SVN server. -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
