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

Re: svn commit: r39740 - in trunk/subversion: libsvn_wc tests/cmdline tests/cmdline/svntest tests/libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 1 Oct 2009 21:13:45 -0400

On Thu, Oct 1, 2009 at 11:17, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/libsvn_wc/lock.c   Thu Oct  1 08:17:49 2009        (r39740)
>...
> @@ -277,8 +249,7 @@ adm_access_alloc(svn_wc_adm_access_t **a
>   if (err)
>     return svn_error_compose_create(
>                 err,
> -                svn_wc__remove_adm_file(lock->abspath, SVN_WC__ADM_LOCK,
> -                                        scratch_pool));
> +                svn_wc__db_lock_remove(db, lock->abspath, scratch_pool));

Heh. I'm guessing you want svn_wc__db_wclock_remove() here.

>...
> +++ trunk/subversion/libsvn_wc/upgrade.c        Thu Oct  1 08:17:49 2009        (r39740)
>...
> @@ -336,6 +359,18 @@ upgrade_to_wcng(svn_wc__db_t *db,
>   SVN_ERR(svn_wc__db_upgrade_begin(&sdb, dir_abspath,
>                                    this_dir->repos, this_dir->uuid,
>                                    scratch_pool, scratch_pool));
> +  {
> +    /* Unfortunately, we can't call the svn_wc__db_wclock_set() API just yet,
> +       since the sdb isn't yet the right format.  So we've got to do the lock
> +       insertion manually. */

You could if this happens right after the reset_format() call a few lines below.

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2402729
Received on 2009-10-02 03:13:57 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.