[cvsnt] CVSROOT admin files and CVSMailer
Rick Martin
rsmandcam at _NO_SPAM_sbcglobal.net
Tue May 1 00:23:17 BST 2007
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
More information about the cvsnt
mailing list