On 2/9/16, Stephan Beal <sgbeal at googlemail.com> wrote: > On Tue, Feb 9, 2016 at 5:38 PM, Stephan Beal <sgbeal at googlemail.com> wrote: > >> fossil pull --verily >> >> in the past that's helped people reporting problems about a repo silently >> failing to pull past a certain version. >> > > OTOH, if that tag is checked out, which your output indicates is the case, > then 'update' will apply no changes because that's the last commit in that > branch. You'll need to 'fossil update trunk' once to get back to the trunk. >
Stephan has this right: You are stuck on a branch. You should always do "fossil update trunk" to get to the latest, and avoid getting side-tracked onto a dead-end branch. -- D. Richard Hipp drh at sqlite.org