Hi Daniel, Daniel Shahaf writes: > > > + /* Use a temporary file to measure the text-content-length */ > > > + apr_err = apr_temp_dir_get(&tempdir, hb->pool); > > svn_io_temp_dir() Fixed. > > > + if (apr_err != APR_SUCCESS) > > > + SVN_ERR(svn_error_wrap_apr(apr_err, NULL)); > > > + > > > + hb->temp_filepath = apr_psprintf(eb->pool, "%s/svn-fe-XXXXXX", > > > tempdir); > > > > os.path.join() > > Err, I mean, svn_dirent_join(). Fixed. Thanks :) -- Ram -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html