
jason at lucid
May 16, 2008, 11:16 PM
Post #1 of 3
(923 views)
Permalink
|
Hey all, I'm about to commit the patch submitted by David Shane Holden, and I've noticed that a ton of meta files have been updated by my build. Seems that the previous person to commit these made this change: -- httpd/httpd/trunk/docs/manual/mod/mod_status.xml.meta 2007/09/18 04:44:24 576691 +++ httpd/httpd/trunk/docs/manual/mod/mod_status.xml.meta 2008/05/06 08:31:14 653706 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- GENERATED FROM XML: DO NOT EDIT --> And my commits will do: Index: mod_status.xml.meta =================================================================== --- mod_status.xml.meta (revision 657294) +++ mod_status.xml.meta (working copy) @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8" ?> -<!-- GENERATED FROM XML: DO NOT EDIT --> Does this look normal, or is my build.sh stuff broken? --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe [at] httpd For additional commands, e-mail: docs-help [at] httpd
|