> now i must tell svn in windows to either not touch > the newline character (which is probably bad because i wont > have line breaks) or tell it to convert the line breaks on > checkout and revert the change on checkin if that is > possible...? You tell svn to use native-eol for that file. Then, whenever you check it out, it will get the native line ending for the check-out's platform. You don't really care what svn does on a check-in, so long as what you get back is correct for each platform. Note also that pretty much all Windows tools (except Notepad!) know that a line ending in LF is the same as a line ending in CRLF and don't care. We pretty much work with "LF only" files now on all platforms, and things just work. The fact that fluid writes its files (on winXX platforms) using "text mode" is just a bit of a nuisance. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk
Re: [fltk.general] fluid in windows gave me lots of in my code
MacArthur, Ian (SELEX GALILEO, UK) Mon, 27 Oct 2008 09:53:30 -0700
- [fltk.general] fluid in windows gave me... Jane
- Re: [fltk.general] fluid in window... Marc R.J. Brevoort
- Re: [fltk.general] fluid in wi... MacArthur, Ian (SELEX GALILEO, UK)
- Re: [fltk.general] fluid in wi... Bill Spitzak
- Re: [fltk.general] fluid i... MacArthur, Ian (SELEX GALILEO, UK)
- Re: [fltk.general] fluid in window... MacArthur, Ian (SELEX GALILEO, UK)
- Re: [fltk.general] fluid in window... Albrecht Schlosser
- Re: [fltk.general] fluid in wi... Jane
- Re: [fltk.general] fluid i... MacArthur, Ian (SELEX GALILEO, UK)
- Re: [fltk.general] fluid in window... Jane
- Re: [fltk.general] fluid in window... Fabien Costantini
- Re: [fltk.general] fluid in wi... Albrecht Schlosser
- Re: [fltk.general] fluid i... MacArthur, Ian (SELEX GALILEO, UK)
- Re: [fltk.general] fluid i... Albrecht Schlosser

