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

Re: svn commit: r35780 - in branches/issue-3334-dirs/subversion: libsvn_wc tests/cmdline

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 10 Feb 2009 00:01:42 +0000

On Mon, Feb 09, 2009 at 03:12:50PM -0800, Stephen Butler wrote:
> Author: sbutler
> Date: Mon Feb 9 15:12:50 2009
> New Revision: 35780
>

> else /* Obstructing dir *is* versioned or scheduled for addition. */
> {
> const svn_wc_entry_t *entry;
> + const svn_wc_entry_t *parent_entry;
> + svn_wc_adm_access_t *parent_adm_access;
>
> SVN_ERR(svn_wc_entry(&entry, db->path, adm_access, FALSE, pool));
> + SVN_ERR_ASSERT(entry);

Hey Steve,

the indentation here looks off.

(Sorry, no brain capacity left for proper review...)

Stefan
Received on 2009-02-10 01:02:25 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.