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: How to move to the new 7.0 branch (was: RTEMS-5 integration) |
From: | "Williams Jr., Ernest L." <[email protected]> |
To: | Ralph Lange <[email protected]>, EPICS Core Talk <[email protected]> |
Date: | Wed, 27 Jun 2018 13:25:37 +0000 |
Hi Ralph,
Thanks, that worked like a charm/
Cheers, Ernest From: Ralph Lange <[email protected]>
Sent: Wednesday, June 27, 2018 12:31 AM To: Williams Jr., Ernest L.; EPICS Core Talk Subject: Re: How to move to the new 7.0 branch (was: RTEMS-5 integration) To roll forward from an existing checkout of 'core/master' to the new reconstituted '7.0' branch:
> make distclean
> git submodule deinit modules/{libcom,ca,database} > git checkout 7.0 > git submodule update If you're working on a fresh clone, the last two lines should suffice.
Cheers,
~Ralph On Tue, Jun 26, 2018 at 5:59 PM Williams Jr., Ernest L. <[email protected]> wrote:
|