Use memory pool for author, uuid and url
commit5cc1effd3ab58a37fa632f3f78a75bd353dc4062
authorRamkumar Ramachandra <artagnon@gmail.com>
Tue, 25 May 2010 16:22:14 +0000 (25 18:22 +0200)
committerRamkumar Ramachandra <artagnon@gmail.com>
Wed, 26 May 2010 10:00:34 +0000 (26 12:00 +0200)
tree836d5b92a3c3218bcc319c66383b5428506a3830
parentdcf39c8475cbb4f3b2c832a63484f202193939d6
Use memory pool for author, uuid and url

Instead of allocating memory for author, uuid and url fields in
svndump.c, use the existing memory pool using the API in
string_pool.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
fast_export.c
fast_export.h
repo_tree.c
repo_tree.h
svndump.c