Stephen Bannasch kirjoitti: > Is there a way to generate links to the actual svn repository location. > > For example if a user was viewing the trunk dir of the repository in Trac: > > http://trac.host.com/myproject/browser/trunk > > Could also generate and render the link to the actual svn location: > > https://svn.host.com/svn/myproject/trunk > > so someone could copy use the link in a 'svn co' command?
Problem is that Trac doesn't know your HTTP server setup, it only uses local filesystem to browse repository thus with current implementation it would be pretty much impossible to provide visible root-url to revison control system. It could be possible to define macro/plugin that reads simple config param from trac.ini that contains root url to repository. -- 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 -~----------~----~----~----~------~----~------~--~---
