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

Re: svnlook 1.5.x & contrib hook-script 'enforcer', problem with properties ...

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Tue, 07 Oct 2008 17:29:36 -0400

Panu Outinen <panu_at_vertex.fi> writes:
> Hi!
>
> I just upgraded our Subversion server version from 1.4.3 to 1.5.1 and
> ran into some problems with svn-properties with the contributed
> enforcer' script:
> http://svn.collab.net/repos/svn/branches/1.5.x/contrib/hook-scripts/enforcer/enforcer
>
> Looks like that r27808 with svnlook has broken it since enforcer's
> parser expects to have the string "Name: " always in front of them.

Yup. Are you reasonably good at Python? Would you like to have a go at
a patch? See http://subversion.tigris.org/hacking.html#patches .

I'm CC'ing Wilfredo Sanchez Vega <wsanchez_at_wsanchez.net>, who is the
original author of that script.

-Karl

> ----------------------------------------------
>
> r27808 comments (the beginning!)
>
> Finish issue #3019 by disambiguating property change actions in 'svn
> diff' and 'svnlook diff' output. Now instead of seeing:
>
> Property changes on: iota
> ___________________________________________________________________
> Name: changedprop
> - oldvalue
> + newvalue
> Name: deletedprop
> - oldvalue
> Name: addedprop
> + newvalue
>
> you'll see the following (note the action string):
>
> Property changes on: iota
> ___________________________________________________________________
> Modified: changedprop
> - oldvalue
> + newvalue
> Deleted: deletedprop
> - oldvalue
> Added: addedprop
> + newvalue
>
> ...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-07 23:29:58 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.