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


_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to