> > Have you tried cancelling the raw "private" tag and then running 
> > "fossil rebuild"?
> Yes.
> 
> I can't cancel 'private' on a single checkin:
> - - fossil tag cancel --raw d399c7b9a6

Excuse me. I do not see you specifying the tag to cancel here,
i.e. 'private'.  The command syntax is

    fossil tag cancel ?--raw? TAGNAME CHECK-IN
<=> fossil tag cancel --raw d399c7b9a6

You have the checkin in place of the tagname, and no checkin.

> - - fossil rebuild
> - - fossil tag list --raw d399c7b9a6  # includes 'private'
> - - fossil clone tcl.fossil tcl2.fossil
> - - fossil info tcl2.fossil d399c7b9a6  # no such object
> 
> Canceling 'private' doesn't propagate to descendants that inherited it:
> - - fossil tag cancel --raw d399c7b9a6

See above.

> - - fossil rebuild
> - - fossil tag list --raw 386ffcdf2f # includes 'private'
> - - fossil info tcl2.fossil 386ffcdf2f  # no such object
> 
> I tried cancelling 'private' on my leaf, closing the leaf, rebuild, 
> create a new branch from the leaf - the new branch inherits 'private'.
> 
> Regards,
> Twylite

-- 
So long,
        Andreas Kupries <akupr...@shaw.ca>
                        <http://www.purl.org/NET/akupries/>
        Developer @     <http://www.activestate.com/>

http://www.tcl.tk/community/tcl2012/ - Tcl'2012, Nov 12-16, Chicago, IL, USA.
-------------------------------------------------------------------------------


_______________________________________________
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