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

Re: [PATCH] v5 Fix #3390 Relative externals not updated during switch

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 28 Dec 2009 16:33:21 +0000

On Mon, Dec 28, 2009 at 03:36:46PM +0100, Daniel Näslund wrote:
> + /* If we're doing an 'svn export' the current dir will not be a
> + working copy. We can't get the parent_dir. */
> + if (err && err->apr_err == SVN_ERR_WC_NOT_WORKING_COPY)
> + {
> + if (err->apr_err == SVN_ERR_WC_NOT_WORKING_COPY)
> + {

You don't need to check err->apr_err twice.

Stefan
Received on 2009-12-28 17:34:03 CET

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.