[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

vdelta

From: Malcolm Smith <mjfreelancing_at_optusnet.com.au>
Date: 2002-01-09 06:35:06 CET

 Hi there, I'm new to this group.

 I just downloaded the file subversion-r727 as I am looking for sample
 implementations of the vdelta algorithm. I use the Win32 platform.

 I found the MSVC++ workspace to build all the libraries etc which is good.
 Half way through the build there were files that could not be found (db.h
 for example). I then decided to just build the vdelta-test project and the
 libraries it required (just kept compiling the libraries that were reported
 missing by the compiler).

 Eventually, the vdelta-test project compiled. When I tested the exe on two
 files the application through an exception which I traced to the last line
 shown below in the file \memory\unix\apr_pools.c

 APR_DECLARE(void *) apr_palloc(apr_pool_t *pool, apr_size_t size)
 {
     node_t *active, *node;
     void *mem;
     char *endp;

     size = APR_ALIGN_DEFAULT(size);
     active = pool->active; <<<---- stop over this causes exception

 Have a done something wrong ?

 All I'm after is the vdelta code so I figure if I can get the demo to work
I
 can trace through the code to see how the main algorithm is implemented.

 TIA.
 Malcolm Smith
 MJ Freelancing
 ABN: 30 671 763 146
 http://www.mjfreelancing.com

 CORintel
 ABN: 30 336 110 329

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.