Re: externals not respected until committed
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 25 Apr 2011 10:12:30 +0200
On Mon, Apr 25, 2011 at 10:03, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
My guess the bug is here:
if (! apr_hash_get(externals_new, local_abspath, APR_HASH_KEY_STRING))
should really be
if (apr_hash_get(externals_new, local_abspath, APR_HASH_KEY_STRING))
At least it works for me that way.
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.netReceived on 2011-04-25 10:13:21 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.