Hi Paul, You need to use Unix LF when you check out. I had the same issue with the WinCVS GUI when I checked out on my Windows machine using the default LF setting. After removing all the checked out code and folders (including the CVS ones...I think the setting is persisted within), and then enabling "Checkout files with the Unix LF (0xa)" in the GUI, the files were fine.
I'm not sure where you find this setting in the TortoiseCVS UI, but I'm assuming they have a similar option somewhere. -Doug -----Original Message----- From: Paul Welter [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 8:24 AM To: [email protected] Subject: Building log4net Hi, I've been using log4net for a while now. I just got the latest code from CVS and I'm trying to build. The Nant build fails with error messages like . [csc] d:\log4net\logging-log4net\src\Appender\IAppender.cs(107,9): error CS1570: XML comment on 'log4net.Appender.IAppender.Close()' has badly formed XML -- 'End tag 'remarks' does not match the start tag 'member'. There are hundreds of these errors. I took a look at the source and every file seems to have an extra line after every real line like so. /// <summary> /// This is the class used by client applications to bind to logger /// instances. /// </summary> I assume this is some line ending issue. I'm using TortoiseCVS on Windows XP to check out. Is there some setting I have to change to get the correct line endings? Thanks Paul
