On Aug 4, 2015, at 1:53 PM, Joe Mistachkin <[email protected]> wrote:
> 
> Warren Young wrote:
>> 
>> Fossil currently forces a two-step mv
> 
> No, it doesn't.  Fossil now has the --hard option for mv/rm.

Ah, I completely missed the announcement of that feature.

However, this feature is not available by default, as you seem to be saying, at 
least in trunk.  You must say:

     ./configure --with-legacy-mv-rm

for the mv-rm-files option to be available.  It’s documented at the bottom of 
/setup_settings, but if you configure without options, there is no UI field for 
it, and you get this on the command line:

    $ fossil set mv-rm-files 1
    no such setting: mv-rm-files
    $ f ver
    This is fossil version 1.33 [0a2ebe576d] 2015-08-03 18:35:53 UTC

Also, I’d say this configure option and the underlying C macro it defines is 
named confusingly.  I’m not “enabling legacy mode” here, I’m enabling a preview 
of a future default feature.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to