Changeset 1217 for trunk/lib/SVN.cc
- Timestamp:
- Oct 10, 2010, 2:46:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVN.cc
r1216 r1217 132 132 context_->cancel_baton, pool_))){ 133 133 if (err->apr_err == SVN_ERR_WC_NOT_DIRECTORY) 134 cleanup_failed_init(err, std::string(err->message) , true);134 cleanup_failed_init(err, std::string(err->message)); 135 135 cleanup_failed_init(err, "SVN: svn_wc_adm_open3 failed"); 136 136 } … … 173 173 174 174 175 void SVN::cleanup_failed_init(svn_error_t *err, const std::string& message, 176 bool mute) 175 void SVN::cleanup_failed_init(svn_error_t *err, const std::string& message) 177 176 { 178 177 assert(message.size()); // compatible with r1213
Note: See TracChangeset
for help on using the changeset viewer.