Norbert Unterberg wrote: > I tried to create a wiki link to a particular line of code. > I tried somethink like this: > > source:/trunk/COPYING#L25 > > but that showed revision 25 of that file.
Should be: source:/trunk/[EMAIL PROTECTED] You need to specify the revision number, as otherwise the meaning of a line number will greatly vary over time. However, if you're sure of what you're doing, like for a file below /tags, or the venerable COPYING file, you can specify @head#L25 or even @#L25. Also, please note that the above will work in 0.10, probably not in 0.9. > We are using Trac 0.9. > Is this a bug or feature That's definitely a bug ;-) -- 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 -~----------~----~----~----~------~----~------~--~---
