On 25.03.2010, at 16:46, manolo gouy wrote: > I have added 2 new files Fl_Abstract_Printer.H and .cxx > and set their svn properties. I see with svn pg that they are set > correctly, but these files are sent with unix lines to MSwindows > and don't have the correct trailer lines. > > Help needed please.
As Ian wrote, I also don't see the properties. What does svn stat show? If you set the properties locally and didn't commit the change, then you should see something like: $ svn stat M src/Fl_Abstract_Printer.cxx MM FL/Fl_Abstract_Printer.H The first line shows a file that has only changed properties, the second line shows both contents and properties changed (the $Id line was changed in the .H file). Note: I changed it locally, but leave it to you to find out what happened and commit the change... Okay? BTW: I'm right now creating the docs for the web site. Is there anything happening I should wait for? BTW_2: I also added a new module/group to reflect the new typedefs for function calls, because they wouldn't be documented otherwise. Now they show up in the functions with links to the typedef module. Still to do: make it complete with \see links to functions, but that can wait. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
