Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
2.0.5 setup ------------ Just run the installer and it will update whatever is needed to update. Line ending issues -------------------- No, CVSNT does not corrupt the line endings. The correct way to go about handling source files is: - Add the file as text - Every user has his own checked out copy on a local drive - CVS makes sure that *on checkout* the line endings are set to what is used on the workstation operating system (Windows: CRLF, Unix:LF, Mac:CR) - When committing changes CVS stores the data in the RCS files with Unix style line endings, but this is of no concern to the users because the RCS files are totally the domain of the CVS server to manage. I suspect that you have one of two errors here: 1. The files are added to CVS as binary. That way they will keep the entire contents no matter which platform they check out to, and they cannot be concurrently edited by several developers. 2. You are sharing the sandbox with someone else on the network and this person is on a Unix machine and his editor strips off the line endings, or the update is done from one end and commit from another. /Bo -----Original Message----- From: Andrea Fasce [mailto:andrea at NOSPAMnondove.it] Sent: den 4 juli 2003 13:00 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: [cvsnt] upgrading cvsnt Hello, I'm using cvsnt 2.0.2 and want to upgrade to 2.0.5. Is there anything I should now before doing that or I can simply launch the new autoinstall version and everything is updated automatically ? I've also anothere problem: In a case cvsnt modified my source file (java source file) by removing all the newline characters. (When checking it out on another machine there where no more any newline characters)Anyone experienced the same problem ? What could be the cause ? Greetings, -- Dott. Ing. Andrea Fasce _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs