[BUG REPORT + PATCH] kdewallet.cpp does not compile with g++-4.7.x

2012-07-08 Thread Shlomi Fish
array [/QUOTE] I'm attaching a patch to correct the problem after it was reported here: https://bugs.mageia.org/show_bug.cgi?id=6717 The patch is somewhat crude, so feel free to improve it. Regards, Shlomi Fish -- -------

Re: differencing only header files

2011-07-22 Thread Shlomi Fish
u can see, it warns because it finds non-versioned files. This can be dealt with using: $ ack -g '\.h$' | (while read T; do (svn info "$T" > /dev/null 2>&1) && echo "$T" ; done) | xargs -d '

svn FSFS backend breaks in Mandriva Linux Cooker after upgrading sqlite3 to 3.7.7

2011-06-26 Thread Shlomi Fish
to the sqlite3 upgrade: http://blog.fh-kaernten.at/wehr/2011/01/04/svn-couldnt-perform-atomic-initialization-fix/ [/QUOTE] I checked that svn behaved fine on the Mandriva build system before sqlite3 was upgraded, but then after I upgraded sqlite3 it started breaking. I tried compiling Subversi