> 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

Reply via email to