On Sun, Oct 30, 2016 at 4:45 PM, arnoldemu <mem...@arnoldemu.freeserve.co.uk
> wrote:

> Hi,
>
> This is probably related to move and missing files in general.
>
> It's not possible to do a revert using a wildcard to revert multiple
> missing files. You have to specify them one by one.
>

Wildcards are resolved by your shell, not by fossil, so passing wildcards
for non-existing files cannot work.


> So I tried this:
>
> fossil revert intlace*
>
> UNMANAGE intlace*
>

Your shell could not expand "intlace*" and therefore passed it as-is to
fossil, so fossil is treating "intlace*" as a file name.

This is not a bug, but a misconception of how wildcards are resolved.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to