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

Enforcer script doedn't handle multi-line property changes?

From: Marcus Lindblom <macke_at_yar.nu>
Date: 2007-03-06 09:58:41 CET

Hi,

This is with the latest enforcer script, svn 1.4.3, OpenBSD, Python 2.4.

A diff like this:

Property changes on: trunk/ThirdParty/OpenSG
___________________________________________________________________
Name: svn:ignore
  - OpenSG-1.6.0
OpenSG-1.4

  + OpenSG-1.6.0
OpenSG-1.4
OpenSG_dailybuild

Causes the following error:

Traceback (most recent call last):
 File "./enforcer", line 438, in ?
   raise AssertionError("Expected property diff data, got: %r" % line)
AssertionError: Expected property diff data, got: 'OpenSG-1.4'

It seems like it expects " +" or " -" lines always.

Cheers,
/Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 11 00:16:00 2007

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.