I'm administrator for a Trac 0.11stable-r7327 installation. I'm trying to figure out how to link to a source file in another trac that has a # in the actual path.
If I link to othertrac:source:Dir/C#/trunk, the actual link is not URL encoded, so it interprets it as a link to intertrac/source%Dir/C%23/trunk But, when it is read by the other trac instance, it converts the %23 into an actual # (or maybe the browser Firefox 3 does?). Regardless, I get an error: No node /Dir/C at revision x If instead I put %23 in the actual trac link, the % gets encoded: No node /Dir/C%23/trunk I've tried putting quotes in different places, and nothing works. I know that unfortunately the # is a valid character in some Trac links, so is this even a possible thing to do? Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
