Hi. This is the log message for the patch.
[[[ issue #4299: add sub command 'youngest' to svn * subversion/svn/cl.h (svn_cl__opt_state_t): Add no_newline member. (): Add svn_cl__youngest to the command procedure list. * subversion/svn/svn.c (svn_cl__options): Add --new-line option. (svn_cl__cmd_table): Add 'youngest' entry. (sub_main): Add 'n' option. * subversion/svn/youngest-cmd.c (svn_cl__youngest): implement the 'youngest' sub command handler. ]]] -- Masaru Tsuchiyama <m.tma...@gmail.com> > Hi. > > I implement 'youngest' sub command to svn, and attach a patch. > > -- > Masaru Tsuchiyama <m.tma...@gmail.com> > > > > On 07/19/2013 08:37 PM, Masaru Tsuchiyama wrote: > > > Hi. > > > > > > I attach a patch to add sub command 'youngest' to svnrdump. > > > > > > [[[ > > > add sub command 'youngest' to svnrdump > > > > > > * subversion/svnrdump/svnrdump.c > > > (svnrdump__cmd_table): Add an entry for youngest sub command. > > > (main): Print youngest revision and exit when setting youngest > > > option. > > > ]]] > > > > > > > > > > Note that this patch could be the resolution for issue #4299 > > (http://subversion.tigris.org/issues/show_bug.cgi?id=4299). But that > > simply begs the question of whether the functionality would have been > > better implemented in 'svn' itself where it could enjoy the dual flavors of > > targets found therein: URL or WC-PATH.