Daniel Hurtubise wrote: > > Does this introduce any problems with line feeds and carriage returns? > > Should I be using WinCVS in this case?
Just to rephrase, you want to maintain a CVS repository on a linux machine, and use either a linux CVS client or WinCVS to make changes. CVS converts the local system's format to a canonical format on the server and vice versa. If you checkout, edit, and commit all on one platform, you shouldn't see problems with missing or extra EOL characters. You are almost guaranteed to have problems if you mix incompatable platforms between these three steps. -Matt _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
