Revision: 40706
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40706&view=rev
Author:   starseeker
Date:     2010-09-27 18:28:59 +0000 (Mon, 27 Sep 2010)

Log Message:
-----------
And as usual, it was something simple.  Commit now working, on to update.

Modified Paths:
--------------
    rt^3/branches/subversion-cmake/svntest/main.c

Modified: rt^3/branches/subversion-cmake/svntest/main.c
===================================================================
--- rt^3/branches/subversion-cmake/svntest/main.c       2010-09-27 18:22:42 UTC 
(rev 40705)
+++ rt^3/branches/subversion-cmake/svntest/main.c       2010-09-27 18:28:59 UTC 
(rev 40706)
@@ -390,13 +390,14 @@
   svn_pool_clear(subpool);
   svn_client_add4(file_path, svn_depth_empty, FALSE, FALSE, FALSE, ctx, 
subpool);
 
-
   /* Commit the changes */
   apr_array_header_t *targets = apr_array_make(pool, 5, sizeof(const char *));
   APR_ARRAY_PUSH(targets, const char *) = file_path;
   svn_pool_clear(subpool);
-  svn_client_commit4(NULL, targets, svn_depth_empty, FALSE, FALSE, NULL, NULL, 
ctx, subpool);
 
+  svn_commit_info_t *commit_info = NULL;
+  svn_client_commit4(&commit_info, targets, svn_depth_empty, FALSE, FALSE, 
NULL, NULL, ctx, subpool);
+
   /* Perform an update operation on the second repository */
 
   /* Done, now clean up */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to