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.
Michael Binette wrote: >> > My problem is that doing a diff, commit, or update does not show that my > local file has changed or is different from the server version. If I go > to the server and look at the file F_Parent.dfm,v or compare the The ,v file is an RCS file - it is not a valid comparison to attempt to compare a checked out file to one, as they will always be different. The only thing I can think of that could fool cvs diff is if the timestamps are identical on both files - something that sometimes happens with network shares (one of the reasons they're unsupported). Tony