eXide repo.xml shows:
... snip
the namespace problem is not confined to eXide repo.xml (monex and some of my apps are usually corrupted too). It seems that only element with xmlns:repo attribute are concerned (permission, change).
error should not occur ;-)
after ./build.sh rebuild and installation of custom apps via package manager, run
~~~
import module namespace repair="http://exist-db.org/xquery/repo/repair"
at "resource:org/exist/xquery/modules/expathrepo/repair.xql";
declare namespace exrest = "http://exquery.org/ns/restxq/exist";
(: repair expath repo :)
repair:clean-all()
, repair:repair()
~~~
editing of repo.xml and re-running repair() clears the problem, strangely!
We plan to release 3.6.1 soonish...
Most helpful comment