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.
On Mon, 30 Apr 2007 16:49:47 +0530, Indhu wrote: > Hi, > If it's a single group it is working. But for example, I have 2 groups. > I have entered 2 groups(GroupName1 & GroupName2) in the 'group' file. > > And modified the loginfo file as follows: > > DEFAULT C:/Programs/CVSMailer/CVSMailer.exe -l$CVSPID "$USER" $CVSROOT > -rGroupName1 %{sVv} > DEFAULT C:/Programs/CVSMailer/CVSMailer.exe -l$CVSPID "$USER" $CVSROOT > -rGroupName2 %{sVv} > > But how it will identify the changes in Module1 & send notification only > to users listed under Groupname1(which is the users of Module1)? > > Thanks > Indhu > You need to make an entry for each module you want the different groups to receive email for. ^MyModuleForGroup1 C:/Programs/CVSMailer/CVSMailer.exe -l$CVSPID "$USER" $CVSROOT -rGroupName1 %{sVv} ^Group2Module C:/Programs/CVSMailer/CVSMailer.exe -l$CVSPID "$USER" $CVSROOT -rGroupName2 %{sVv} If you're still having problem after trying this post the contents of your group, user and loginfo files. HTH, Rick