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

Re: [PATCH] Use local path style in locking notifications

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-08-01 20:25:20 CEST

On Tue, 01 Aug 2006, Chris Foote wrote:

> [[[
> Output locking notifications using local path style.
>
> * subversion/svn/notify.c
> (notify): For svn_wc_notify_locked and svn_wc_notify_unlocked print out
> path_local in the message.
> ]]]
>
> Index: subversion/svn/notify.c
> ===================================================================
> --- subversion/svn/notify.c (revision 20924)
> +++ subversion/svn/notify.c (working copy)
> @@ -348,13 +348,13 @@
>
> case svn_wc_notify_locked:
> if ((err = svn_cmdline_printf(pool, _("'%s' locked by user '%s'.\n"),
> - n->path, n->lock->owner)))
> + path_local, n->lock->owner)))
> goto print_error;
> break;
>
> case svn_wc_notify_unlocked:
> if ((err = svn_cmdline_printf(pool, _("'%s' unlocked.\n"),
> - n->path)))
> + path_local)))
> goto print_error;
> break;

Looks good, thanks Chris. I'm testing it out now, and plan to apply
it to trunk and propose it for backport into the 1.4.x line.

  • application/pgp-signature attachment: stored
Received on Tue Aug 1 20:26:29 2006

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.