I have a dilemma.

I have recently started using CVS to maintain my website, and am using
some CVS tags ($Id$, etc) and they show up as follows:


<!--
 Author: : joes $
 Revision date: : 2001/01/10 21:10:10 $
 ID: : index.php,v 1.3 2001/01/10 21:10:10 joes Exp $
 Log Entry:

: index.php,v $
-->

those spare ':' should look like this:

 Author: $Author: joes $
 Revision date: $Date: 2001/01/10 21:10:10 $
 ID: $Id: index.php,v 1.3 2001/01/10 21:10:10 joes Exp $
 Log Entry:

$Log: index.php,v $

Any ideas how to get those tags escaped?

TIA,

joe


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to