Hi List, I have a repo with three brunches: trunk, BR1.prv and BR2. trunk and BR2 were created public while BR1.prv was created private. After some commits in all the branches I tag branching point of public BR2 with a propagating "private" tag:
$ fossil tag add --propagate --raw private checkinID After that all checkins in BR2 show up as "private inherited from ...". It made me think that I effectively changed public BR2 into a private branch. But fossil thinks differently:-) When I clone the repo BR2 checkins are transferred to the clone. Apparently, BR1.prv is a true private branch (it was created private from get go and is ignored by clone) while BR2 is a "fake" private branch. Does it mean that propagating "private" tag is ignored by clone operation? Is it possible to convert public branch into private (at least temporarily) for the sake of cloning?? --Leo-- _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

