Mantis - pm_subversion
Viewing Issue Advanced Details
4854 regular use crash always 2011-10-31 01:02 2013-09-22 21:02
bwalton  
 
normal  
closed  
no change required  
none    
none  
0004854: Core dump when spaces in URL
The SVN::Ra bindings don't function when a URL contains a space. Instead, they core dump with the following error:

$ perl ./test.pl
svn: E235000: In file 'subversion/libsvn_subr/dirent_uri.c' line 2291: assertion failed (svn_uri_is_canonical(url, pool))
Abort (core dumped)

If the URL given has no space, the call succeeds.
The content of test.pl:

require SVN::Ra;

$s = SVN::Ra->new('file:///home/bwalton/opencsw/git/trunk/work/solaris9-sparc/build-isa-sparcv8/git-1.7.7.1/t/trash [^] directory.t9134-git-svn-ignore-paths/svnrepo');

This is from CSWpmsvn 1.7.1,REV=2011.10.23.
Issue History
2011-10-31 01:02 bwalton New Issue
2013-09-22 21:00 rupert Note Added: 0010584
2013-09-22 21:02 rupert Status new => closed
2013-09-22 21:02 rupert Resolution open => no change required

Notes
(0010584)
rupert   
2013-09-22 21:00   
please reopen if this is still the caes.