On 8/16/07, Christian Boos <[EMAIL PROTECTED]> wrote: > > 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
Ah, okay. I noticed the compat value error when I added the .svn setting and changed it at the same time. I incorrectly assumed the "big" change was the reason it started working. Thanks for setting me straight. I've removed the .svn setting and it still works great. Thanks again. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
