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

[PATCH] Fix a bug with property validation logic during 'svnadmin load'

From: vijay <vijay_at_collab.net>
Date: Wed, 25 Jan 2012 20:21:26 +0530

Hi,

This patch fixes a bug in a helper function
subversion/libsvn_repos/load-fs-vtable.c:change_rev_prop() to use
property validation functions if 'validate_props' is 'TRUE'.

As "svnadmin load" does the property validation by default, 'validate_props'
parameter is always set to 'TRUE'. Updated the same in
'subversion/include/svn_repos.h'.

Attached the patch and log message.

NOTE: All tests *pass* with 'make check'.

Thanks & Regards,
Vijayaguru

Received on 2012-01-25 15:52:04 CET

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.