Rob Wilkerson wrote: > I think I tracked it down (finally). I was missing one line in my > trac.ini changes that isn't mentioned on the InterTrac page. I needed > to specify the repository URI: > > myproject.svn = http://www.mydomain.com/repos/uri
No, that was not that. This myproject.svn setting is not used. Re-reading your original mail: [intertrac] > frequencyreach.title = Impression Sample Project > frequencyreach.url = http://www.mydomain.com/trac/frequencyreach > trac.compat = false should be: [intertrac] > frequencyreach.title = Impression Sample Project > frequencyreach.url = http://www.mydomain.com/trac/frequencyreach > frequencyreach.compat = false and the intertrac url generated for frequencyreach:source:/trunk should then be: http://www.mydomain.com/trac/frequencyreach/intertrac/source:/trunk -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
