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

Re: svn commit: r980427 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_client/patch.c svn/notify.c tests/cmdline/patch_tests.py

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 29 Jul 2010 14:54:29 +0200

On Thu, Jul 29, 2010 at 12:43:56PM -0000, dannas_at_apache.org wrote:
> Author: dannas
> Date: Thu Jul 29 12:43:56 2010
> New Revision: 980427
>
> URL: http://svn.apache.org/viewvc?rev=980427&view=rev
> Log:
> Make 'svn patch' do notifications for property hunks.
>
> We use the same notification actions as for text hunks but replace
> the headers to look like:
> '## -1,6 +1,7 ##'
> instead of:
> '@@ -1,6 +1,7 @@'
>
> Note that we don't specify what property a hunk belongs to (that information
> is available in the reject file).

Why not provide the propery name to the notification callback,
and print it e.g. like this?

   ## -1,6 +1,7 ## (svn:externals)

Stefan
Received on 2010-07-29 14:55:10 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.