Hi Steve, 

I have moved my repository from an RH9 system running CVS version 1.12.12 
to an etch system running CVS version 1.12.13

If I touch a file cvs will show it as modified and give a diff on the revision 
log.

The revision log is in the header of every file: 

/*******************************Change Log********************************
 $Log: wwwexp,v $
 Revision 1.3  2006/07/06 13:52:41  timp
 Typo, suprised it compiled

 Revision 1.2  2006/02/14 12:02:04  timp
 Add change log, remove tabs and high ascii characters.

**************************************************************************/

cvs diff only shows a difference on the first Revision line: 

cvs diff wwwexp
Index: wwwexp
===================================================================
RCS file: /usr/cvsroot/champion/Adapt/data/B/src/wwwexp,v
retrieving revision 1.3
diff -r1.3 wwwexp
3c3
<  Revision 1.3  2006-07-06 13:52:41  timp
---
>  Revision 1.3  2006/07/06 13:52:41  timp

Why CVS is modifying this line at all I cannot figure ou.

Anyway, your excellent configuration line 

  # For the new CVS version 1.12 turn log dates back to the old format
  DateFormat=old

stops it happening, thanks. 

Tim




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to