When using "fossil configuration pull ticket --overwrite" with source
repository which has default "All Tickets" report and one custom
report, only custom report is pulled and not the default report. So
target repository loses the default "All Tickets" report. This also
makes custom report have different rn in the two repositories (rn=2 in
source repository and rn=1 in target repository).

I think that this should be fixed so that after pull both repositories
have exact same ticket reports with exact same rn numbers.

Fossil version: 1.32 linux executable
OS: Debian Wheezy

STEPS TO REPRODUCE

> fossil init source.fossil
> fossil ui source.fossil
# Add custom ticket report, leave server open
# - source repository now has "All Tickets" report (rn=1) and custom
report (rn=2)
> fossil init target.fossil
> fossil configuration pull ticket --overwrite http://localhost:PORT -R 
> target.fossil
> fossil ui target.fossil
# target repository now has only custom report (rn=1), not "All Tickets" report

-- 
Markus Laire
https://sites.google.com/site/malaire
_______________________________________________
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