On Jan 28, 12:36 pm, shabbychef <[email protected]> wrote:
> hi;
>
> Regrettably, OOP in Matlab is (or was) implemented by creating a directory
> called '@ObjectName', and populating that directory with the methods. I have
> such directories in my repository, and want to refer to the source code
> within trac using the TracLink syntax. However, Trac is intrepreting the '@'
> in [source:/trunk/mycode/@ObjectName/method.m] as marking a revision number,
> then basically puking. I cannot figure out how to properly escape the '@'
> character. Using '\@' does not work.
>
> any ideas? thanks,

I haven't tested this out yet, but just noticed the following at [1]:

"The short form realm:target can also be wrapped within a <...> pair,
which allow for arbitrary characters (i.e. anything but >) "

So you might try: <source:/trunk/mycode/@ObjectName/method.m>

[1] http://trac.edgewall.org/wiki/TracLinks#Overview

-- 
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.

Reply via email to