[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [PATCH] Add svnrdump

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 8 Jul 2010 11:17:53 +0300 (Jerusalem Daylight Time)

@Bert: could you please trim quoted patches to only the relevant parts?
Scrolling is tedious when I don't have have line folding available...

Bert Huijben wrote on Thu, 8 Jul 2010 at 12:28 -0000:
> > -----Original Message-----
> > From: Ramkumar Ramachandra [mailto:artagnon_at_gmail.com]
> > Sent: donderdag 8 juli 2010 10:35
> > To: dev_at_subversion.apache.org
> > Cc: Jonathan Nieder; Sverre Rabbelier; Git Mailing List
> > Subject: [PATCH] Add svnrdump
> >
> > + /* Use a temporary file to measure the text-content-length */
> > + apr_err = apr_temp_dir_get(&tempdir, hb->pool);

svn_io_temp_dir()

> > + 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().
Received on 2010-07-08 13:19:22 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.