[repos] # url of the repos url=http://svn/svn # absolute path to svn svn=/usr/local/bin/svn # absolute path to mail mail=/usr/bin/mail # temp directory tmpdir=/tmp # subject of the mail (%a = author, %b = basedir, %r = revnr) subject = Commit %r: %a, %b [users] joe = joe@example.com jane = jane@example.com [directories] # send brief mail of /(tunk|tags|branches)/libs to joe @/libs = -joe # send full mail of /(tunk|tags|branches)/src to joe @/src = joe # send brief mail of /tunk to joe and jane trunk = -joe, -jane