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

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

From: Panu Outinen <panu_at_vertex.fi>
Date: Tue, 07 Oct 2008 16:17:17 +0300

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.

   - Panu

----------------------------------------------

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
Received on 2008-10-07 20:03:53 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.