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

ch07.xml

From: Tez Kamihira <tez_at_kamihira.com>
Date: 2003-12-18 09:54:08 CET

Hi,

       - Tez

Index: ch07.xml
===================================================================
--- ch07.xml (revision 8011)
+++ ch07.xml (working copy)
@@ -405,14 +405,14 @@
   /* Commit the transaction, creating a new revision of the filesystem
      which includes our added directory path. */
   err = svn_repos_fs_commit_txn (&amp;conflict_str, repos,
- &amp;youngest_rev, txn);
+ &amp;youngest_rev, txn, pool);
   if (! err)
     {
       /* No error? Excellent! Print a brief report of our success. */
       printf ("Directory '%s' was successfully added as new revision "
               "'%" SVN_REVNUM_T_FMT "'.\n", new_directory, youngest_rev);
     }
- else if (err->apr_err == SVN_ERR_FS_CONFLICT))
+ else if (err->apr_err == SVN_ERR_FS_CONFLICT)
     {
       /* Uh-oh. Our commit failed as the result of a conflict
          (someone else seems to have made changes to the same area

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 18 09:54:46 2003

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.