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.
David Smith wrote: > I have tried both cvs with CVS Suite 2.5.02.2091 and cvs from CVSNT > 2.5.0.3.2151 and get the same error. This is running on Windows XP SP2 and > client and server are on the same machine. > > When I use the command: > > C:/Program Files/CVSNT/cvs.exe -z9 -d :sspi:user:password at host:/Test > diff -k+L base_2280.ai_tblidx > > I get the following error: > > Index: base_2280.ai_tblidx > =================================================================== > RCS file: /Test/2280/base_2280.ai_tblidx,v > retrieving revision 1.1 > diff -r1.1 base_2280.ai_tblidx > 1c1 > < [TableIndex 1.4] > --- > >>[TableIndex 1.4] > You're just seeing the unicode markers at the front of the file. Since your checked file doesn't seem to have them (Checked out using -k{UCS2-LE} I guess) the diff sees the difference between the Unicode with a BOM (which is the default) and the one in your sandbox. It's harmless enough & won't affect anything really. Tony