On 12/22/2010 02:02 AM, vijay wrote:
Hi,I have attached a patch that fixes few deprecation warnings while compiling libsvn_client/log.c.Attached log message also. Thanks & Regards, Vijayaguru
Can you pass scratch_pool for the below call as 'iterpool' and move the iterpool destruction down?
+ SVN_ERR(svn_uri_condense_targets(&url_or_path,&condensed_targets, + target_urls, TRUE, pool, pool)); With regards Kamesh Jayachandran