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

[PATCH] Don't validate properties during deletion.

From: Arwin Arni <arwin_at_collab.net>
Date: Thu, 20 Jun 2013 18:15:52 +0530

Hi,

Properties are validated regardless of the action on the property. This
poses a problem when it comes to very old repositories that contain
"invalid" properties committed by very old clients that didn't perform
these validations. My contention is that we need to check the validity
of the property only during addition and modification. Validation during
deletion prevents the user from removing what he recognizes as an
invalid property.

Regards,
Arwin Arni

Received on 2013-06-20 14:46:25 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.