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

Re: svn commit: r1341848 - in /subversion/trunk/subversion: libsvn_wc/wc-queries.sql tests/libsvn_wc/wc-queries-test.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 23 May 2012 12:20:30 -0400

On May 23, 2012 8:53 AM, <rhuijben_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_wc/wc-queries.sql Wed May 23
12:53:10 2012
>...
> @@ -995,6 +1000,7 @@ SELECT local_relpath, kind, repos_id, de
> FROM externals
> LEFT OUTER JOIN repository ON repository.id = externals.repos_id
> WHERE wc_id = ?1
> + AND IS_STRICT_DESCENDANT_OF(local_relpath, ?2)
> AND def_revision IS NULL
> AND repos_id = (SELECT repos_id FROM nodes
> WHERE nodes.local_relpath = ?2)

The change is not described.

>...

Cheers,
-g
Received on 2012-05-23 18:21:03 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.