]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
Handle errors correctly
[svn-all-fast-export.git] / src / svn.cpp
index aeca0fc25c415a728a79e4b90270d4b1aa393045..84ce3afa0ad6f8d0e791e9cc47542cf7af8be438 100644 (file)
@@ -311,7 +311,7 @@ int SvnPrivate::exportRevision(int revnum)
     svn_pool_clear(revpool);
 
     if (transactions.isEmpty())
-        return true;            // no changes?
+        return EXIT_SUCCESS;    // no changes?
 
     // now create the commit
     apr_hash_t *revprops;
This page took 0.030402 seconds and 4 git commands to generate.