Hello, * On Mon, May 17, 2004 at 01:10:51PM +0200 marko wrote: > The problem: line endings are now of course Unix style (LF). > This is a pain, since you'd have to dosify the whole tree, > before you can actually work with the sources...
This is a FAQ. The "problem" is that handling line endings is done on the client, not the server. So, the general suggestion is: Don't check out a module on one system and move it over to another. That is, if you have to work on a Windows (or anything else with CR+LF) machine, check it out from a Windows machine. If you have to work on a Unix (LF) machine, check it out on such a machine. It is no problem to move the repository around, if you don't go across the border LF/CR+LF. HTH, Spiro. -- Spiro R. Trikaliotis I'm subscribed to the mailing lists I'm posting, http://www.trikaliotis.net/ so please refrain from Cc:ing me. Thank you. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
