[fossil-users] missing branch tag (?)

2013-10-09 Thread B Harder
It appears that somehow the branch tag was deleted on my [trunk]. Now, when I try to merge from trunk - feature_branch, I get something like: $ fossil merge trunk WARNING - no common ancestor: filea.c WARNING - no common ancestor: fileb.c WARNING - no common ancestor: filec.c ... ADDED

Re: [fossil-users] missing branch tag (?)

2013-10-09 Thread Mark Janssen
Branches are controlled by propagating raw tags. Start with fossil tag list --raw checkin. Then I think you should be able to cancel the offending raw tag. On 9 Oct 2013 23:07, B Harder brad.har...@gmail.com wrote: ...and now I see the edit where the trunk tag was cancelled -- question remains

Re: [fossil-users] missing branch tag (?)

2013-10-09 Thread B Harder
I know what you're talking about, but I'm not seeing the results I hope for. I've made a copy of the repo, and have teased out ea. commit/event SHA1. I've run on ea. SHA1 fossil tag list --raw [sha1_id] and collected that output[0]. The tags look like I'd expect (though I could be mistaken) and

Re: [fossil-users] missing branch tag (?)

2013-10-09 Thread Matt Welland
I've had something similar happen before and was able to fix it by using the ui to make a branch trunk in several nodes along the trunk timeline until one of them worked. Try it disconnected do as not to mess up the original db. On Oct 9, 2013 3:26 PM, B Harder brad.har...@gmail.com wrote: I

Re: [fossil-users] missing branch tag (?)

2013-10-09 Thread B Harder
Matt - not a bad idea, though I'm not entirely sure where to proceed now. What I think (hope?) I have is two branches: trunk, and os_x os_x originally branched off trunk (as all things do, in some form or another). I've got an entry in os_x (an old one) where I can: fossil co [old os_x