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.
Tuan, > cvs server: act_set_email_vars.cfm: permission mismatch > between 1.2 and > 1.2.2.1 > > Should I worry about this message? Can anybody tell me what > the message > is specifically referring to and what I can do to fix it if The 'permissions' in question are otherwise known as the 'file mode'. Each file has a 'mode' - on unix you set this with 'chmod' on windows you set it with the 'properties' dialog. The 'permissions' are stored for each revision, and 'should' simply refer to whether the file on unix has the 'executable' bit set. If you are using Cygwin then CVSNT attempts to store the Cygwin 'mode' information as well. > it's going > to cause me problems? Since you haven't told the newsgroup what version of CVSNT or what operating system you are using, you haven't included a 'log' of the file showing revisions 1.2 and 1.2.2.1 it's very hard to tell: http://www.march-hare.com/cvspro/faq/faq2.asp#2z Depending on the CVSNT version in use on client and server the 'permissions' can all go horribly wrong sometimes because CVSNT tried to be 'too clever'. http://customer.march-hare.com/webtools/bugzilla/ttshow_bug.cgi?tt=1&id= 4732 However on the whole nobody usually notices and unless you need the file to have the executable bit set then I doubt you've got anything to worry about. Regards, Arthur