Re: Access Violation with 'svn status -u'
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 10 Jan 2012 16:33:36 +0000
"Manfred Klug" <manklu_at_web.de> writes:
> svn st -u
Simplified recipe:
svnadmin create repo
That's obviously a bug. It's crashing in make_file_baton:
f->repos_relpath = svn_relpath_join(find_dir_repos_relpath(pb, pool),
when find_dir_repos_relpath returns NULL. We could set f->repos_relpath
This is related to:
r1181609 | rhuijben | 2011-10-11 03:32:16 +0100 (Tue, 11 Oct 2011) | 14 lines
Revert the removal of the calculations of repository paths of remotely added
This should fix the javahl test failure recently introduced by markphip.
* subversion/libsvn_wc/status.c
Found by: markphip
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2012-01-10 17:34:19 CET |
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.