bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wrong handling with $Log$ in XML file


From: Su, Qi
Subject: Wrong handling with $Log$ in XML file
Date: Wed, 31 Oct 2001 15:34:48 -0500

Hi,

I think that CVS doesn't handle Log tag in XML file correctly.  I have this
tags at the end of my build.xml file.

<!--History                                             -->
<!--$Author:     $                                      -->
<!--$Log:        $                                          -->
<!--                                                    -->

Then CVS expands the tags like this

<!--History                                             -->
<!--$Author: su $                                       -->
<!--$Log: build.xml,v $
<!--Revision 1.2  2001/10/31 20:12:46  su
<!--test 2
<!--
<!--Revision 1.1.1.1  2001/10/31 20:10:10  su
<!--test the $
<!--                                        -->
<!--                                                    -->

So CVS can't recognize the comment tags, <!-- and -->, of XML file
correctly.

Is this a bug?
-Qi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]