Daniel Shahaf <[email protected]> writes: > My point wasn't the validation of svn:mergeinfo revprops, it was whether > the validation of svn:mergeinfo nodeprops should happen in > svn_repos__validate_prop(). > > I'm not against telling that function whether it's validating a nodeprop > or a revprop, and applying different logic in either case.
Is there any common validation between node props and rev props? If the validation is completely different it should be two functions rather than one function with a boolean flag. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com

