perl API: Assertion failed: (svn_dirent_is_canonical(dirent, pool)), function svn_dirent_dirname, file subversion/libsvn_subr/dirent_uri.c, line 1200
From: Anton Yuzhaninov <citrin+svn_at_citrin.ru>
Date: Fri, 31 Jan 2014 20:09:54 +0400
After upgrade to subversion 1.8.5 my perl script no longer works:
Assertion failed: (svn_dirent_is_canonical(dirent, pool)), function
Simple test case:
use SVN::Client;
my $client = new SVN::Client();
my $file = './infra/named.conf.templ';
$client->diff(
If $file contains absolute file path, than this script works, but I want to use
If file name should be in some "canonical" form, this canonization IMHO should
Version info:
FreeBSD 8.4-STABLE amd64
svn, version 1.8.5 (r1542147)
perl 5.16.3 with ithreads
|
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.