Lieven Govaerts wrote:
On Thu, Jan 7, 2010 at 3:52 AM, Ed <e...@kdtc.net> wrote:
Hi
On the assumption that there is such an e-mail as
svn-break...@subversion.apache.org, the following patch
changes the e-mail address. Of course, if there doesn't
exist such an e-mail address, I suppose this patch
assumes one will exist?
The new address is notificati...@subversion.apache.org.
AFAIC, people may send crash reports to the dev list. The volume of
them is low - I don't think we got any on the breakage list before and
I've only seen a few of them on dev - and they are intended to start
a discussion anyway.
Well, in that case here's an updated patch.
Log:
[[[
Updated the crash report e-mail address to reflect the change
to ASF.
* subversion/libsvn_subr/win32_crashrpt.c
CRASHREPORT_EMAIL : s/tigris/apache/
Patch by: Edmund Wong ed{_AT_}kdtc.net
]]]
Index: subversion/libsvn_subr/win32_crashrpt.c
===================================================================
--- subversion/libsvn_subr/win32_crashrpt.c (revision 896742)
+++ subversion/libsvn_subr/win32_crashrpt.c (working copy)
@@ -40,7 +40,7 @@
HANDLE dbghelp_dll = INVALID_HANDLE_VALUE;
/* Email address where the crash reports should be sent too. */
-#define CRASHREPORT_EMAIL "svn-break...@subversion.tigris.org"
+#define CRASHREPORT_EMAIL "notificati...@subversion.apache.org"
#define DBGHELP_DLL "dbghelp.dll"