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.
Hi, I noticed that in CVSNT version 2.5.01.1910 the %{sVv} in loginfo is not handled properly. When there are commited two files from separate directories, the formated sting does not include directory name for the second file. The problem is in info_trigger.cpp file where login_info.rep_flag is not initialized at all. The way to solve the problem is to add: login_info.rep_flag=false; t line 561 so the code looks like: login_info.message=message; login_info.status=status; login_info.directory=directory; login_info.rep_flag=false; login_info.change_list_count=change_list_count; login_info.change_list=change_list; I hope it may be usefull for somebody who uses commit notification software Best regards wduk