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

Re: svn commit: rev 688 - trunk/subversion/libsvn_ra_local

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2001-12-21 21:36:31 CET

sussman@tigris.org writes:

> Author: sussman
> Date: 2001-12-20 16:21 GMT
> New Revision: 688
>
> Modified:
> trunk/subversion/libsvn_ra_local/checkout.c
> Log:
>
> * checkout.c (svn_ra_local__checkout): bugfix. apparently ra_local
> checkouts have never been fetching props for the root of the wc!
>
>
>
>
> Modified: trunk/subversion/libsvn_ra_local/checkout.c
> ==============================================================================
> --- OLD/trunk/subversion/libsvn_ra_local/checkout.c Thu Dec 20 10:21:03 2001
> +++ NEW/trunk/subversion/libsvn_ra_local/checkout.c Thu Dec 20 10:21:03 2001
> @@ -263,8 +263,12 @@
> SVN_ERR (svn_fs_revision_root (&root, fs, revnum, pool));
>
> SVN_ERR (editor->set_target_revision (edit_baton, revnum));
> +
> SVN_ERR (editor->open_root (edit_baton, SVN_INVALID_REVNUM,
> &root_dir_baton));
> +
> + SVN_ERR (set_any_props (root, fs_path, root_dir_baton,
> + editor, 1, pool));
>
> SVN_ERR (walk_tree (root, fs_path, root_dir_baton,
> editor, edit_baton, URL, recurse, pool));
>

Since this change I get an error checking out an empty repository

$ svnadmin create /tmp/repo
$ svn co file:///tmp/repo -d ~/wc

svn_error: #21069 : <Berkeley DB error>
  Berkeley DB error while reading filesystem revision for filesystem /tmp/repo/db:
Invalid argument

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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.