ah…  I dont’ think I had any checkouts happening at that point…well maybe I 
have forgotten what a checkout is.  I haven't used fossil in about a year.  
Sounds like “pull” is what I needed to do…which update accomplished for me 
anyway I guess, but I need to go re-read about the checkin/checkout paradigm to 
make sure in the future I’m not messing anything up if I use update.

thanks for the explanation.


> On Aug 15, 2017, at 11:58 AM, Richard Hipp <d...@sqlite.org> wrote:
> 
> On 8/15/17, Stephan Beal <sgb...@googlemail.com> wrote:
>> Sync doesn't modify the checkout. Use update for that.
>> 
>> ----- stephan
>> Sent from a mobile device,. Please excuse brevity...
> 
> I am on a laptop so I can say more :-)
> 
> In Fossil, your "repository" and your "checkout" are separate.  The
> repository stores all history of your project.  The checkout only
> holds whatever version you are currently working on.  The checkout is
> linked to the repository, and is based on a specific "checkin" (a.k.a
> "commit") within the repository, possibly with local edits.  Fossil is
> different from most other VCSes in that it allows you to have multiple
> checkouts per repository.  With git and hg, your repository and
> checkout are more closely bound and are strictly one-to-one.
> 
> The "sync", "push", and "pull" commands only touch the repository.
> They do nothing to the checkout.
> 
> The "update" command is used to move your checkout to the latest code
> (or to an historical version of the code, depending on what options
> you use).  By default, the "update" command first runs "pull" to make
> sure that your local repository is up-to-date with the latest changes
> on the server.  But the "pull" command does *not* automatically run an
> "update".
> 
> -- 
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

_______________________________________________
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