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

canonicalized path hits assertion

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Mon, 29 Dec 2008 14:48:12 +0100

Hi,

Using an svn client built from trunk, trying to access a repository on a
Windows network share

$ svn list file://SERVER/svn/TestRepo

will hit the assertion
assert(svn_path_is_canonical());
since svn_path_is_canonical() thinks that url is not canonical.
If I build the client in release mode with the assertions disabled, the
list command works as it should. But the many, many assertions in debug
mode are really annoying.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=995038

Received on 2008-12-29 14:48:36 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.