Index: src/SVN/SVN.cpp =================================================================== --- src/SVN/SVN.cpp (revision 8244) +++ src/SVN/SVN.cpp (working copy) @@ -1214,10 +1214,7 @@ SVN_ERR (svn->cancel(baton)); #pragma warning(pop) - if (svn->Log(rev, author_native, date_native, msg_native, arChangedPaths, time_temp, filechanges, copies, actions)) - { - return error; - } + svn->Log(rev, author_native, date_native, msg_native, arChangedPaths, time_temp, filechanges, copies, actions); return error; }