Thus said Rolf Ade on Sun, 24 Nov 2013 12:41:37 +0100:

> But I'm asking for more. I not only want to make the result of my work
> within the private branch public, I want to disclose the whole history
> of that work.

In addition  to my  last suggestion,  to reduce  the risk  of accidental
synchronization before the work on the  branch is ready, you could unset
remote-url in the clone.

fossil remote-url off

Then use

fossil pull --once http://user@remote/fossil

To keep your private clone in sync.

You could also utilize the newly added

fossil clone --once http://user@remote/fossil

Once done you'll also need to specify  the Fossil user since it will not
be set. Then use fossil pull as before.

Andy
-- 
TAI64 timestamp: 4000000052923b04


_______________________________________________
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