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.

For example:

I used mv to move some files:

intlace.asm
intlace.bat
intlace.bin
intlace.sh

I did not move them yet in the filesystem and with changes they showed up as 
missing.

So I tried this:

fossil revert intlace*

UNMANAGE intlace*

fossil changes showed no changes to the files they were still listed as MISSING.

fossil revert intlace.asm

this showed DELETE of file from new location and REVERT of old location and 
changes showed this operation was successful. Please support wildcards for 
missing files :)

Thanks

Kevin









_______________________________________________
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