Thus said Roy Keene on Tue, 22 Nov 2016 14:45:22 -0600:

> In previous versions of Fossil one could do "fossil unset -R <repo> 
> ssh-command", however Fossil 1.36 added a call to verify_all_options() 
> in src/db.c:settings_cmd ( 
> http://fossil-scm.org/index.html/info/816bc43b8064bf4d ).
> 
> This function  notices the "-R"  option is present and  not previously
> removed and causes an error to be printed.

I noticed this as well last week but didn't realize it was a regression,
thinking instead  that it was  just missing functionality.  Basically, I
wanted to set a local setting in an unopened repository:

$ cd /tmp
$ fossil new new.fossil
project-id: 13375765e947c6124c5c16c51881017a03ec9d53
server-id:  9ae77e171c6925e3c6ee9e3a0d2479c0568688ab
admin-user: amb (initial password is "fe1fb8")
$ fossil set -R new.fossil http-port
unrecognized command-line option, or missing argument: -R
$ fossil version
This is fossil version 1.37 [467c4269b0] 2016-11-18 08:22:36 UTC

According to ``fossil bisect'' it stopped working with 
[816bc43b8064bf4d]:

http://www.fossil-scm.org/index.html/timeline?c=816bc43b8064bf4d

Andy
-- 
TAI64 timestamp: 400000005834bbc6


_______________________________________________
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