When I checkout or export the files locally, I notice that all of the text files are double-spaced, or have an extra line between each line of code. Is this correct? I've tried changing my Dreamweaver settings for line feeds to Mac and UNIX with no luck. Or is this something I need to correct in my CVS options?
Well, looks like this might be the issue...
1. I bet the files were created in Windows originally, and thus contain CR/LF.
2. I bet they were saved to a Unix/Linux-based CVS repository as is (e.g. without translating the CR/LF to LF as is proper in Unix/Linux)
3. WinCVS translates all line endings automatically for Windows clients, but expects the repository version to only contain the LF, thus I get an additional LF/CR appended to each line.
Ack. In any case, I'll try a different client for approaching this and see what happens. But if we want to support WinCVS clients, we'll need to run a script on the text files in the repository to remove the CR's.