Book a Demo

Author Topic: code template svn header : escape $author  (Read 2495 times)

ArneB

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
code template svn header : escape $author
« on: March 30, 2011, 07:52:16 pm »
Hi,

i would like to implement a svn header in my code template.
Something like :
/**
 * File name: $Id: $
 * SVN-URL : $HeadURL: $
 * Revision: $Revision: $
 * Last modified: $Date: $
 * Last modified by: $Author: $  
 *  
 **/

How to tell EA not to interpret $Id ?
I tried $$ or \$ and some other constellations...

Thank you for any hints.

kind regards

Arne

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: code template svn header : escape $author
« Reply #1 on: March 31, 2011, 09:09:49 am »

ArneB

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: code template svn header : escape $author
« Reply #2 on: March 31, 2011, 05:45:43 pm »

Hi Aaron,

thanks a lot.