Stefan Sperling <s...@elego.de> writes: > Does this fix it? > > Index: subversion/svn/notify.c > =================================================================== > --- subversion/svn/notify.c (revision 906159) > +++ subversion/svn/notify.c (working copy) > @@ -334,7 +334,7 @@ notify(void *baton, const svn_wc_notify_t *n, apr_ > if ((err = svn_cmdline_printf(pool, > apr_pstrcat(pool, s, > "%"APR_UINT64_T_FMT > - " and fuzz %lu\n", > + " and fuzz %d\n", > NULL), > n->hunk_original_start, > n->hunk_original_length, > @@ -363,7 +363,7 @@ notify(void *baton, const svn_wc_notify_t *n, apr_ > { > if ((err = svn_cmdline_printf(pool, > _("> applied hunk @@ -%lu,%lu +%lu,%lu @@ " > - "with fuzz %lu\n"), > + "with fuzz %d\n"), > n->hunk_original_start, > n->hunk_original_length, > n->hunk_modified_start,
Yes. -- Philip