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

Re: Subversion Exception!

From: Julian Foad <julianfoad_at_apache.org>
Date: Thu, 13 Dec 2018 16:29:06 +0000

Daniel Shahaf wrote:
> [...] If you have
> found a value for which svn_foo_is_canonical(svn_foo_canonicalize(value))
> returns false, please tell us what that value is.

Daniel, some examples:

path = "foo";
-> assertion 'svn_uri_is_canonical(svn_uri_canonicalize(f, pool), pool)' failed

#define SVN_USE_DOS_PATHS
path = "./v:foo"
-> assertion 'svn_dirent_is_canonical(svn_dirent_canonicalize(f, pool), pool)' failed

-- 
- Julian
Received on 2018-12-13 17:29:13 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.