Re: [PATCH] add sub command 'youngest' to svn [Was: Re: [PATCH] add sub command 'youngest' to svnrdump]

2013-07-22 Thread Masaru Tsuchiyama
Hi. I found a typo in comment. I resend a patch. -- Masaru Tsuchiyama > Hi. > > Thank you for the review. > I attach a fixed patch. > > [[[ >issue #4299: add sub command 'youngest' to svn > >* subversion/svn/cl.h > (svn_cl__opt_state_t): Add no_newline member. > (): Add sv

Re: [PATCH] add sub command 'youngest' to svn [Was: Re: [PATCH] add sub command 'youngest' to svnrdump]

2013-07-22 Thread Masaru Tsuchiyama
Hi. Thank you for the review. I attach a fixed 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__optio

Re: [PATCH] add sub command 'youngest' to svn [Was: Re: [PATCH] add sub command 'youngest' to svnrdump]

2013-07-22 Thread C. Michael Pilato
On 07/20/2013 02:42 AM, Masaru Tsuchiyama wrote: Hi. I implement 'youngest' sub command to svn, and attach a patch. Masaru, Thanks for the patch. I didn't do a full review of it, but it looks as if you're taking the correct approach. I did quickly notice some things that could be improve

Re: [PATCH] add sub command 'youngest' to svn [Was: Re: [PATCH] add sub command 'youngest' to svnrdump]

2013-07-19 Thread Masaru Tsuchiyama
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 --

[PATCH] add sub command 'youngest' to svn [Was: Re: [PATCH] add sub command 'youngest' to svnrdump]

2013-07-19 Thread Masaru Tsuchiyama
Hi. I implement 'youngest' sub command to svn, and attach a patch. -- Masaru Tsuchiyama > 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 > > > > * subve

Re: [PATCH] add sub command 'youngest' to svnrdump

2013-07-19 Thread C. Michael Pilato
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

[PATCH] add sub command 'youngest' to svnrdump

2013-07-19 Thread Masaru Tsuchiyama
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. ]]]