[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r966851 - /subversion/trunk/subversion/svnrdump/svnrdump.c

From: Ramkumar Ramachandra <artagnon_at_gmail.com>
Date: Fri, 23 Jul 2010 23:51:15 +0530

Hi Daniel,

Daniel Shahaf writes:
> > SVN_ERR(svn_stream_printf(stdout_stream, pool,
> > SVN_REPOS_DUMPFILE_REVISION_NUMBER
> > - ": %d\n", start_revision));
> > + ": %ld\n", start_revision));
> >
>
> Change is not in the log message. (strictly it isn't even a logical part of
> this commit, but I'm not going to be *that* pedantic...)

Sorry about the stray change.

> > + SVN_INT_ERR(svn_cmdline_fprintf(stderr, pool,
> > + _("UPPER refers to"
> > + "a non-existent revision.\n")));
>
> No newline in error messages (see HACKING).

Fixed.

> May want to say the revision number here? e.g.,
>
> "Revision %ld does not exist" % end_revision,
>
> because someone who isn't already deep in the code + usage message of svnrdump
> wouldn't know what UPPER is.

Fixed.

Thanks for the review.

-- Ram
Received on 2010-07-23 20:23:40 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.