2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Base 7.0.1.1 tag lost its submodule info |
From: | Ralph Lange via Core-talk <[email protected]> |
To: | EPICS Core Talk <[email protected]> |
Date: | Thu, 31 Jan 2019 10:49:50 +0100 |
ralph@debian-testing:~$ mkdir TTT; cd TTTralph@debian-testing:~/TTT$ git clone -b R7.0.1.1 ssh://[email protected]/epics-base/epics-base.git base-7.0.1.1Cloning into 'base-7.0.1.1'...remote: Enumerating objects: 1, done.remote: Counting objects: 100% (1/1), done.remote: Total 119076 (delta 0), reused 0 (delta 0), pack-reused 119075Receiving objects: 100% (119076/119076), 99.26 MiB | 756.00 KiB/s, done.Resolving deltas: 100% (87164/87164), done.Note: checking out '37d103f9cd8b05f97bdbd1e26353102e33231960'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:git checkout -b <new-branch-name>ralph@debian-testing:~/TTT$ cd base-7.0.1.1/ralph@debian-testing:~/TTT/base-7.0.1.1$ git clone . modules/caCloning into 'modules/ca'...done.Note: checking out '37d103f9cd8b05f97bdbd1e26353102e33231960'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:git checkout -b <new-branch-name>ralph@debian-testing:~/TTT/base-7.0.1.1$ git clone . modules/databaseCloning into 'modules/database'...done.Note: checking out '37d103f9cd8b05f97bdbd1e26353102e33231960'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:git checkout -b <new-branch-name>ralph@debian-testing:~/TTT/base-7.0.1.1$ git clone . modules/libcomCloning into 'modules/libcom'...done.Note: checking out '37d103f9cd8b05f97bdbd1e26353102e33231960'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:git checkout -b <new-branch-name>ralph@debian-testing:~/TTT/base-7.0.1.1$ git submodule update --initSubmodule 'modules/ca' (ssh://[email protected]/epics-base/epics-base.git/) registered for path 'modules/ca'Submodule 'modules/database' (ssh://[email protected]/epics-base/epics-base.git/) registered for path 'modules/database'Submodule 'modules/libcom' (ssh://[email protected]/epics-base/epics-base.git/) registered for path 'modules/libcom'Submodule 'modules/normativeTypes' (https://github.com/epics-base/normativeTypesCPP) registered for path 'modules/normativeTypes'Submodule 'modules/pvAccess' (https://github.com/epics-base/pvAccessCPP) registered for path 'modules/pvAccess'Submodule 'modules/pvData' (https://github.com/epics-base/pvDataCPP) registered for path 'modules/pvData'Submodule 'modules/pvDatabase' (https://github.com/epics-base/pvDatabaseCPP) registered for path 'modules/pvDatabase'Submodule 'modules/pva2pva' (https://github.com/epics-base/pva2pva) registered for path 'modules/pva2pva'Submodule 'modules/pvaClient' (https://github.com/epics-base/pvaClientCPP) registered for path 'modules/pvaClient'Cloning into '/home/ralph/TTT/base-7.0.1.1/modules/normativeTypes'...Cloning into '/home/ralph/TTT/base-7.0.1.1/modules/pvAccess'...Cloning into '/home/ralph/TTT/base-7.0.1.1/modules/pvData'...Cloning into '/home/ralph/TTT/base-7.0.1.1/modules/pvDatabase'...Cloning into '/home/ralph/TTT/base-7.0.1.1/modules/pva2pva'...Cloning into '/home/ralph/TTT/base-7.0.1.1/modules/pvaClient'...Submodule path 'modules/ca': checked out '524ceee2c8ce8f8446c46d93b5a467edd14b8cc5'Submodule path 'modules/database': checked out '610f008529059c7fc1e35896ff0f678b7adcfa6d'Submodule path 'modules/libcom': checked out '8ce980f6637d85fb1f5a139bab404269734b31bc'Submodule path 'modules/normativeTypes': checked out 'ba2e1c8a1d1837c8817e14372cccc12f16942200'Submodule path 'modules/pvAccess': checked out '8c4353bd57dc4e29145792b2b6e2aeeb81c32efe'Submodule path 'modules/pvData': checked out '07afe3887bc4d6ca921d135eef13d91c9e84a155'Submodule path 'modules/pvDatabase': checked out 'b26c0ecd713a9c87b891afbfef44d6109e13800a'Submodule path 'modules/pva2pva': checked out '40014786810c3709c0e14cb179c93cdcfb66f973'Submodule path 'modules/pvaClient': checked out 'b5291d96196825fd2ce5d7ce47559b1dddf3449e'ralph@debian-testing:~/TTT/base-7.0.1.1$