Changeset 1216
- Timestamp:
- Oct 10, 2010, 1:55:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVN.cc
r1215 r1216 160 160 std::string message, bool mute) 161 161 { 162 if (!mute)163 svn_handle_error2(err,stderr,false,"svndigest: ");164 162 svn_error_clear(err); 165 163 if (pool){ … … 168 166 } 169 167 assert(message.size()); // compatible with r1213 168 if (!mute) 169 throw SVNException(message, err); 170 // mute implies we don't wanna hear the message from svn_error_t 170 171 throw SVNException(message); 171 172 }
Note: See TracChangeset
for help on using the changeset viewer.