Ask for properties on an element taht does ot have properties defined raise an AttributeError NoneType as no attribute findall
svn\common.py", line 197, in properties
for p in target_elem.findall('property')]
AttributeError: 'NoneType' object has no attribute 'findall'
Need to robustify I think