Let's try something else:

$ fossil rm win/include
DELETED win/include/dirent.h
DELETED win/include/unistd.h

$ rm -rf win/include

$ fossil status
......
DELETED    win/include/dirent.h
DELETED    win/include/unistd.h
$ fossil commit win/include
....
not found: win/include
continue (y/N)? y
none of the selected files have changed; use --allow-empty to override.

$

So, deleting a full directory and then committing
that deletion is not possible this way....

Fixed now in:
     <http://www.fossil-scm.org/index.html/info/062b82c8b0>

The original warning "not found" is not necessary because
later in the commit process there will be a panic anyway
when expected files are missing. The commit will be
rolled back then.

No way that Richard could have figured out all situations
in 5 minutes, not even 3   ;-)

Regards,
          Jan Nijtmans
_______________________________________________
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