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
--
-------
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 '
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