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

Log Message:
-----------
Turn on the update call from C - odd result, both 9 and 21 show no conflict but 
21's test file shows 9 as content

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

Modified: rt^3/branches/subversion-cmake/svnstress/main.c
===================================================================
--- rt^3/branches/subversion-cmake/svnstress/main.c     2010-09-27 21:51:54 UTC 
(rev 40716)
+++ rt^3/branches/subversion-cmake/svnstress/main.c     2010-09-27 22:02:28 UTC 
(rev 40717)
@@ -163,15 +163,15 @@
 
                                  svn_commit_info_t *commit_info = NULL;
                                  svn_client_commit4(&commit_info, targets, 
svn_depth_empty, FALSE, FALSE, NULL, NULL, ctx, subpool);
-#if 0
-                                 /* Perform an update operation on the second 
repository */
+                                 
+                                 /* Perform an update operation */
                                  svn_pool_clear(subpool);
                                  apr_array_header_t *update_targets = 
apr_array_make(pool, 5, sizeof(const char *));
-                                 APR_ARRAY_PUSH(update_targets, const char *) 
= full_checkout_path2;
+                                 APR_ARRAY_PUSH(update_targets, const char *) 
= file_path;
                                  svn_opt_revision_t svnrev;
                                  svnrev.kind = svn_opt_revision_unspecified;
                                  svn_client_update3(NULL, update_targets, 
&svnrev, svn_depth_unknown, 0, 0, 0, ctx, subpool);
-#endif
+
                                  /* Done, now clean up */
                                  svn_pool_destroy(pool);
                                  /* Ensure that everything is written to 
stdout, so the user will


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