Is there a way to have a substitution happen only once?

ie:
I'm using phpDocumentor and would like to have the '@since' tag auto
insert the CVS file version, but not change it the next time the file is
submitted.

this...
   * @since $Version: $

to become...
   * @since 1.24

not...
   * @since $Version: 1.24$


So, I'm asking for a one time substitution.

And, yes, I could modifiy the line enext time I'm in the file, if I remember.

Any ideas?

Thanks

Walter



====================================================
Taking it to the next level.
   web.torres.ws/dev/php/walters_way



_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to