On 18.03.2017 00:59, Tony Papadimitriou wrote: > The following command crashes fossil (older and up to current version). > *fossil am trunk -R your_repo_here.fossil –e* > (I thought the –R option was supported for this command, but regardless it > shouldn’t crash.) >
If the following two lines in info.c http://www.fossil-scm.org/index.html/file/src/info.c?ln=2953-2954 are moved before the line with the call to "db_must_be_within_tree()", the problem should be solved. -- tsbg _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

