On Thu, May 19, 2011 at 7:03 AM, Nico Williams <n...@cryptonector.com>wrote:

> Is a "private" branch then one for which autosync is off, or is there
> some other distinction as well?  How does one change a branch to no
> longer be private?
>

http://www.fossil-scm.org/fossil/doc/tip/www/private.wiki


> How does one remove changesets?  How does one collapse deltas?
>

Fossil doesn't allow one to remove changesets (and i'm not sure what
collapsing deltas means, unless it means to compound multiple changes into
one delta, in which case fossil can't do that). Once its in a fossil db, its
"fossilized" - there forever. Fossil offers a "shun" feature to "disable"
unwanted artifacts, but has (by design) no way to remove them.

Regarding the autosync feature Richard mentioned: if you work on more than
one machine on the same repo then i highly recommend leaving autosync on (at
least most of the time). If it is turned off and you forget to manually
push/pull from one of your machines, it can easily lead to an unintentional
fork (been there, done that many times).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to