svn mv segfault
From: Lars Kellogg-Stedman <lars_at_larsshack.org>
Date: 2002-01-29 21:40:00 CET
Here's a new one. And this one's reliable :).
I tried performing the following operation:
$ svn mv src/config.h.in .
But src/config.h.in wasn't in the repository. This should have
This is in copy_file_administratively(), in the following section:
SVN_ERR (svn_wc_entry (&src_entry, src_path, pool));
The first thing svn_wc_entry() does is set src_entry to NULL, so upon
It looks like the real failure may be in svn_wc_entry(), here:
/* ### it would be nice to avoid reading all of these. or maybe read
*entry = apr_hash_get (entries, basename->data, basename->len);
Since the file isn't under revision control, that hash lookup is
Cheers,
-- Lars
---------------------------------------------------------------------
|
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.