When I clone from the gnuradio repository:
git clone --recursive http://git.gnuradio.org/git/gnuradio.git
git clone --recursive http://git.gnuradio.org/git/gnuradio.git
The clone succeeds. It is on the master branch. I can checkout next, and switch back and forth
between next and master. However when I attempt to checkout maint, git says the checkout is aborted
because the untracked working tree (everything in volk) would be overwritten by the maint checkout.
$ git checkout maint
error: The following untracked working tree files would be overwritten by checkout:
volk/CMakeLists.txt
volk/apps/CMakeLists.txt
between next and master. However when I attempt to checkout maint, git says the checkout is aborted
because the untracked working tree (everything in volk) would be overwritten by the maint checkout.
$ git checkout maint
error: The following untracked working tree files would be overwritten by checkout:
volk/CMakeLists.txt
volk/apps/CMakeLists.txt
.... many line of volk/ contents ...
Aborting
Any advice on how to get to the maint version?
-- Tom, N5EG
On Sat, Apr 4, 2015 at 9:28 AM, madengr <rfengr00@me.com> wrote:
Actually now I see it would probably be:
git pull --recurse-submodules=on
git submodule update
--
View this message in context: http://gnuradio.4.n7.nabble.com/Empty-volk-directory-when-I-git-gnuradio-tp53073p53155.html
Sent from the GnuRadio mailing list archive at Nabble.com.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment