vcs-svn: Split off function for handling of individual properties
commit2a48afe1c256db6273a4ff99eaddc5c18dc46ffd
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 20 Nov 2010 00:54:20 +0000 (19 18:54 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Nov 2010 22:53:58 +0000 (24 14:53 -0800)
treeed00b57f7053feb50e32931c2b70780fc87a7c70
parent3f3e676d6e6c1d445181107770670368e0ad3160
vcs-svn: Split off function for handling of individual properties

The handle_property function is the part of read_props that would be
interesting for most people: semantics of properties rather than the
algorithm for parsing them.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
vcs-svn/svndump.c