Re: [PATCH] - Fix issue 3690 - svn log with ignore property changes

2011-07-20 Thread Julian Foad
Noorul Islam K M wrote: From issue tracker: == Add an option to ignore files with only property changes and no content changes. e.g. svn log --ignore-properties Motivation: many users are not interested in

Re: [PATCH] - Fix issue 3690 - svn log with ignore property changes

2011-07-20 Thread Philip Martin
Noorul Islam K M noo...@collab.net writes: +static svn_error_t * +props_only_receiver(void *baton, svn_log_entry_t *log_entry, apr_pool_t *pool) +{ + props_only_receiver_baton_t *rb = baton; + + if (log_entry-changed_paths2) +{ + apr_array_header_t *sorted_paths; + int

Re: [PATCH] - Fix issue 3690 - svn log with ignore property changes

2011-07-20 Thread Noorul Islam K M
Philip Martin philip.mar...@wandisco.com writes: Noorul Islam K M noo...@collab.net writes: +static svn_error_t * +props_only_receiver(void *baton, svn_log_entry_t *log_entry, apr_pool_t *pool) +{ + props_only_receiver_baton_t *rb = baton; + + if (log_entry-changed_paths2) +{ +

Re: [PATCH] - Fix issue 3690 - svn log with ignore property changes

2011-07-20 Thread Philip Martin
Noorul Islam K M noo...@collab.net writes: Philip Martin philip.mar...@wandisco.com writes: Noorul Islam K M noo...@collab.net writes: +static svn_error_t * +props_only_receiver(void *baton, svn_log_entry_t *log_entry, apr_pool_t *pool) +{ + props_only_receiver_baton_t *rb = baton; +

Re: [PATCH] - Fix issue 3690 - svn log with ignore property changes

2011-07-20 Thread Noorul Islam K M
Philip Martin philip.mar...@wandisco.com writes: Noorul Islam K M noo...@collab.net writes: Philip Martin philip.mar...@wandisco.com writes: Noorul Islam K M noo...@collab.net writes: +static svn_error_t * +props_only_receiver(void *baton, svn_log_entry_t *log_entry, apr_pool_t *pool)

Re: [PATCH] - Fix issue 3690 - svn log with ignore property changes

2011-07-20 Thread Julian Foad
Sorry Noorul, but -1 on adding more UI complexity without better justification. - Julian On Wed, 2011-07-20 at 16:47 +0530, Noorul Islam K M wrote: Julian Foad julian.f...@wandisco.com writes: Noorul Islam K M wrote: From issue tracker:

Issue #3690 - svn log with ignore property changes

2011-07-01 Thread Noorul Islam K M
I am revisiting this issue after 6 months. I stopped working on this because everyone was busy working towards 1.7 release. The then thread was getting little attention. Link to the issue is http://subversion.tigris.org/issues/show_bug.cgi?id=3690 and following is the initial comment in the