On Jun 24, 2008, at 10:17 PM, Daevid Vincent wrote:

> There are many wiki pages I’ve setup where I’m trying to put command  
> line fragments or what not and wish to insert the current logged in  
> username in place…
>
> So for example if I have:
>
>   svn co --username $USERNAME https://svn.mycompany.com/svn/trunk .
>
> I want it to show up as
>
>   svn co --username daevid https://svn.mycompany.com/svn/trunk .
>
> In the wiki page.
>
> Is that possible?

You would need to make a small macro that just return req.authname

--Noah
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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