Opened 15 years ago

#2886 new defect

mapprimitive.h Id: tag in svn repository

Reported by: szigeti Owned by: sdlime
Priority: low Milestone:
Component: MapServer C Library Version: unspecified
Severity: minor Keywords:
Cc:

Description

The 2nd line of the mapprimitive.h file contains $Id:$ instead of $Id$ tag. It should be corrected. Whenever I touch this file but do not change anything inside, svn diff claims there was a modification:

Index: mapprimitive.h
===================================================================
--- mapprimitive.h	(revision 8534)
+++ mapprimitive.h	(working copy)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id:$
+ * $Id$
  *
  * Project:  MapServer
  * Purpose:  Declarations for rectObj, pointObj, lineObj, shapeObj, etc.

Maybe there are also other files containing $Id:$, I have not checked it but most of the files have pure $Id$ and they are resistent against simple touchings.

Attachments (1)

mapprimitive.patch (377 bytes ) - added by szigeti 15 years ago.

Download all attachments as: .zip

Change History (1)

by szigeti, 15 years ago

Attachment: mapprimitive.patch added
Note: See TracTickets for help on using tickets.