I've recently seen some of the work Simon has done with SWD and I think
that it overlaps with what I am doing. I had, until now, missed Simon's
post on the 7th November 2009 and some earlier posts.

I can't seem to get Simon's branch cloned properly. Here's what I'm
doing:

$ git clone http://repo.or.cz/r/openocd.git
$ git branch swj 7acb2607ff79336174014ddfc313433ada9abc44
$ git checkout swj
$ git pull http://repo.or.cz/r/openocd/simonqian.git sq/swj_versaloon

The problem is that I don't get any of the logs relating to the SWD
branch, instead I get:

$ git log
commit 6b7e8d3b6e589e92c32d4d5f3bc8f1229d178416
Merge: 7acb260... 55d483f...
Author: Andrew Rogers <and...@rogerstech.co.uk>
Date:   Sun Nov 15 21:14:07 2009 +0000

    Merge branch 'sq/swj_versaloon' of
http://repo.or.cz/r/openocd/simonqian into swj

commit 7acb2607ff79336174014ddfc313433ada9abc44
......

Notice the only log entry is that I merged a branch. Well I guess that
is what I did, 'git pull' merges. So I tried a clone:

$ git clone http://repo.or.cz/r/openocd/simonqian.git

gives me:
warning: remote HEAD refers to nonexistent ref, unable to checkout.

I would like to work with Simon's code and extend it from there rather
than do what he has already done. First I need to successfully clone
Simon's branch. Help please!

Regards
Andrew 


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to