Bug#714297: Issue is with gen-guch-unicode-tables.pl

2013-09-13 Thread Caliste Damien
Hello, Thanks to the backtrace generated by Paul Wise, we can see that the SIGSEG error appears because of strlen(NULL) at line 99. This is because haystack_nfd is NULL, because the call to g_utf8_normalize() failed on line 175. It failed because the nameslist_equals string is not UTF8

Bug#387447: esvn: All files unknown with new subversion client

2006-11-04 Thread Caliste Damien
Hello, It seems esvn is trying to parse files .svn/entries directly, and the format of that files has changed since subversion 1.4. Exactly, reading the doc from the SVN source tree, the .svn/entries have been changed from XML to internal text format. I propose a patch to add the capability