Albrecht Schlosser wrote: > Am 17.03.2010 22:28, manolo gouy wrote: >> I would need an example of version line to start with, please. > > It's documented in the CMP at http://www.fltk.org/cmp.php - look > for "Source File Documentation". > > In fact, no matter what you copy from any other correctly formatted > file (between "$Id" and the final "$" character) will be replaced > when you check the file in ... if you also set the necessary > keywords: > > $ svn ps svn:keywords "author date id revision" <file(s)> > > Another necessary property is: > > $ svn ps svn:eol-style native <file(s)> > > or "CRLF" instead of "native" if appropriate (e.g. for VS project > files).
Manolo, I just updated FL/Fl_Printer.H by setting the appropriate properties (see: svn log -r 7293 and svn log -c 7293). Note: I didn't change the $Id$ lines themselves, subversion did it when I committed the file. HTH Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
