Hi all Just out of curiosity in notify.c we have the two lines
SVN_ERR(svn_cmdline_printf(pool, "\rChecking r ")); SVN_ERR(svn_cmdline_printf(pool, "\rChecking r%ld...", n->revision)); Is there a specific reason \r is used and not \n? Thanks Jonathan Guy

