Juri Leino
Juri Leino
see report here https://github.com/eXist-db/xst/actions/runs/6947872948/job/18902632070#step:11:1
Syncing from DB to FS will be harder to implement as exist does not provide a changes feed yet.
I discussed this feature request with @JoernT It boils down to adding a `--watch` option to `xst upload`. After initially uploading the contents of the source to the target the...
You are right @daliboris this is not implemented yet. Globbing can only work when the path argument(s) are quoted. At least on linux shells this would otherwise lead to errors...
Remove __all__ JavaScript resources in a collection ``` xst rm /db/apps/myapp --include "*.js" ``` Remove all files __but__ JavaScript resources in a collection ``` xst rm /db/apps/myapp --exclude "*.js" ```...
related #34 #33
This feature is part of xst 2.0.0
@duncdrum very good point. Hadn't thought of that!
This is not done yet :)
This is a very different approach than #80 because the exist-instance must be able to access the repository.