[general] sendmail_command=/usr/sbin/sendmail #smtp_host = gcc.gnu.org # uncomment the following (and enter a proper mail address) # if you want to test the config. This effectively overides # to_addr configurations. The overidden addresses will be # supplied by an X-Supposed-Recipients header: # debug_all_mails_to = svnadmin@example.org # CIA tracker to post commit summaries to # (activated on per group basis with cia_project_name) #cia_rpc_server = http://cia.navi.cx # Well, posting to newsgroups is also possible. Here's # the nntp server to use. Username and password are nick names # for the actual values, maintained in a separate file # (see map declarations below and include_config above) #nntp_host = nntp.example.org #nntp_user = nntpuser #nntp_pass = nntppass ### Map Declarations ### ### Default Settings ### [defaults] from_addr = %(author)s@gcc.gnu.org show_nonmatching_paths = yes # These matches are used for storing REPOS and PATH variables for_repos = .*/(?P[^/]+)$ for_paths = (?P[^/]+)/ # we don't want to see diffs generate_diffs = propchange # long mails should be split and possibly truncated # but if the number of mails exceeds 5, just shorten # to a small summary (one mail containing revision # metadata) long_mail_action = 100000 split/truncate/5 # allow the svnmailer to retrieve the content encodings # of files from properties (edited by the user) apply_charset_property = yes # Use the GNU diff tool instead of the internal differ # (note the line continuation) #diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s # %(from)s %(to)s # Subject specifications different from the hardcoded default commit_subject_template = %(prefix)s r%(revision)s %(part)s - %(files)s propchange_subject_template = %(prefix)s r%(revision)s %(property)s changed - %(files)s lock_subject_template = %(prefix)s locked - %(files)s unlock_subject_template = %(prefix)s unlocked - %(files)s #commit_subject_prefix = [svn] #propchange_subject_prefix = [svn] #lock_subject_prefix = [svn] #unlock_subject_prefix = [svn] # subjects longer than the following will be just truncated: max_subject_length = 50 # You've got a web based repository viewer? # (there are other possibilities than ViewCVS, have a look at the docs) browser_base_url = viewcvs http://gcc.gnu.org/viewcvs/?root=%(REPOS)s [libstdcxx] for_paths = .*(libstdc..-v3)/.* #to_addr = dberlin@dberlin.org to_addr = libstdc++-cvs@gcc.gnu.org [java] for_paths = .*(boehm-gc|fastjar|gcjx|gcc/java|libffi|libjava|zlib)/.* to_addr = java-cvs@gcc.gnu.org #to_addr = dberlin@dberlin.org [gccdefault] to_addr = gcc-cvs@gcc.gnu.org #to_addr = dberlin@dberlin.org bugzilla_to_addr = gcc-bugzilla@gcc.gnu.org