svn_client_status3 causing access violation; what am I doing wrong?
From: Rick Yorgason <rick_at_ldagames.com>
 
Date: Fri, 20 Mar 2009 06:07:41 -0400 
Hey everbody,
 I'm trying to do something pretty simple with libsvn; just pass in the 
 Thanks; source follows.
 -Rick-
 #include <iostream>
 #include <svn_pools.h>
 using namespace std;
 void statusFunc(void *baton, const char *path, svn_wc_status2_t *status)
 int main()
         apr_allocator_max_free_set (allocator, SVN_ALLOCATOR_RECOMMENDED_MAX_FREE);
         pPool = svn_pool_create_ex (NULL, allocator);
         svn_client_ctx_t* ctx;
         apr_pool_t* pSubpool = svn_pool_create(pPool);
         svn_client_status3(NULL, 
         return 0;
 ------------------------------------------------------
 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
  | 
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.