On Fri, Jan 18, 2013 at 12:01 PM, John Griessen <j...@industromatic.com>wrote:

> Hi,  I imported a project history from git and it seems I skipped a step
> since when I do
> fossil branch ls
> it shows I am not on a branch.
>
> A new checkout in a different dir by doing
>
> fossil open  ../tek_7k_flex.fossil  shows I am on trunk when I do
> fossil branch ls
> in that dir.
>
> I tried using  merge:
>
> fossil merge 9b98598fe1
> fossil: cannot find a common ancestor between the current checkout and
> 9b98598fe1
>

This indicates that you have two separate DAGs of development.  That might
result because (1) your git tree had two independent DAGs or (2) the import
failed somehow - probably skipping a single commit someplace that connected
the two DAGs together.



>
> fossil merge 9b98598fe1bc4fd6492cc48953de37**5bcd9241c7
> fossil: cannot find a common ancestor between the current checkout and
> 9b98598fe1bc4fd6492cc48953de37**5bcd9241c7
>
>
> The timeline view shows one line with tags trunk, etcetera, user is
> j...@ecosensory.com
> The other timeline has no tags, user john
>
> What to do to write the floating timeline onto trunk?
>
> John
> ______________________________**_________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.**org <fossil-users@lists.fossil-scm.org>
> http://lists.fossil-scm.org:**8080/cgi-bin/mailman/listinfo/**fossil-users<http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users>
>



-- 
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

Reply via email to