You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2013/03/18 23:47:46 UTC

#svn IRC notifications

I was looking at the ASFBot config for #svn (not #svn-dev) today and
realised it was just a config file change to get ASFBot to notify
/dist/release/subversion commits (aka, releases being published) to
#svn.

So I went ahead and enabled that, with the format string given in the
config below.

[Channel:#svn]
  tags:             release/subversion
  linesPerCommit:   1
  truncateLines:    true
  svnFormat:        r{id|revision} by {committer|author}: {log}
  bugzilla:         http://subversion.tigris.org/issues/
  revisionHints:    true

WDYT?