Index: subversion/libsvn_wc/status.c
===================================================================
--- subversion/libsvn_wc/status.c	(revision 4810)
+++ subversion/libsvn_wc/status.c	(working copy)
@@ -47,7 +47,7 @@
      If no configuration value exists, we fall back to our defaults. */
   SVN_ERR (svn_config_read_config (&cfg, pool));
   svn_config_get (cfg, &val, "miscellany", "global-ignores",
-                  "*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#*");
+                  "*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* svn-*.tmp");
   *patterns = apr_array_make (pool, 16, sizeof (const char *));
 
   /* Split the patterns on whitespace, and stuff them into *PATTERNS. */
Index: subversion/libsvn_subr/config_file.c
===================================================================
--- subversion/libsvn_subr/config_file.c	(revision 4810)
+++ subversion/libsvn_subr/config_file.c	(working copy)
@@ -771,7 +771,7 @@
         "### Set global-ignores to a set of whitespace-delimited globs\n"
         "###   which Subversion will ignore in its `status' output.\n"
         "# global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#*"
-        "\n"
+        " svn-*.tmp\n"
         "### Set compression to 'no' to avoid compressing requests\n"
         "###   to a DAV-enabled Subversion server.  It defaults to 'yes'.\n"   
         "# compression = yes\n"


