<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Sam,</p>
    <p><br>
    </p>
    <p>I svn co the WAM-IPE trunk( <a class="moz-txt-link-freetext"
        href="https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk">https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk</a>)
      on 5/17 and found out &lt;WAM_IPE_root&gt;/IPE/ipeCap.F90 is
      really old:</p>
    <p>;---<br>
    </p>
    <p>$ svn log ipeCap.F90 |less<br>
------------------------------------------------------------------------<br>
      r85882 | <a class="moz-txt-link-abbreviated"
        href="mailto:naomi.maruyama@noaa.gov">naomi.maruyama@noaa.gov</a>
      | <font color="#ff0000">2016-12-25</font> 20:32:15 +0000 (Sun, 25
      Dec 2016) | 4 lines</p>
    <p>...</p>
    <p>;---<br>
    </p>
    It turns out that the svn externals have been set up as follows:<br>
    ;---<br>
    $ svn propedit svn:externals
    <a class="moz-txt-link-freetext" href="https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk">https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk</a><br>
    <br>
                 NEMS  -r90130
    <a class="moz-txt-link-freetext" href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/bob">https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/bob</a><br>
    NEMS/src/atmos/gsm  -r90126
    <a class="moz-txt-link-freetext" href="https://svnemc.ncep.noaa.gov/projects/gsm/branches/WAM-IPE/quasitrunk">https://svnemc.ncep.noaa.gov/projects/gsm/branches/WAM-IPE/quasitrunk</a><br>
    NEMS/src/atmos/nmm  -r85687
    <a class="moz-txt-link-freetext" href="https://svnemc.ncep.noaa.gov/projects/nems/external_comps/NMM">https://svnemc.ncep.noaa.gov/projects/nems/external_comps/NMM</a><br>
                IPELIB         
<a class="moz-txt-link-freetext" href="https://github.com/IonospherePlasmasphereElectrodynamics/ipe/branches/bob">https://github.com/IonospherePlasmasphereElectrodynamics/ipe/branches/bob</a><br>
                  <font color="#ff0000"> IPE  -r85943
      <a class="moz-txt-link-freetext" href="https://svnemc.ncep.noaa.gov/projects/ipe/branches/nuopc_cap">https://svnemc.ncep.noaa.gov/projects/ipe/branches/nuopc_cap</a></font><br>
               DATAWAM  -r73436
    <a class="moz-txt-link-freetext" href="https://svnemc.ncep.noaa.gov/projects/nems/external_comps/DATAWAM/trunk">https://svnemc.ncep.noaa.gov/projects/nems/external_comps/DATAWAM/trunk</a><br>
               DATAIPE  -r65981
    <a class="moz-txt-link-freetext" href="https://svnemc.ncep.noaa.gov/projects/nems/external_comps/DATAIPE/trunk">https://svnemc.ncep.noaa.gov/projects/nems/external_comps/DATAIPE/trunk</a><br>
    ;---<br>
    <br>
    <br>
    This is the same issue as that trunk and branch have been mixed up.<br>
    What is the best solution to create the latest trunk as soon as
    possible?<br>
    <br>
    Is there any way for any users (like myself who did not know what I
    was doing?) to get notified about which svn externals have been set
    up before/while using svn?<br>
    <br>
    Thanks.<br>
    naomi<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 05/19/2017 03:44 PM, Samuel Trahan -
      NOAA Affiliate wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAJ3i2We6XkzAy_ht8WYq4rnSeyom2p2pa6EqO++-xeFkUJawTg@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div>Hi,<br>
                    <br>
                  </div>
                  To correct the problem:<br>
                  <br>
                </div>
                svn propedit svn:externals <a
                  href="https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk"
                  moz-do-not-send="true">https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk</a><br>
                <br>
              </div>
              Then change this line:<br>
              <br>
                            NEMS  -r90130 <a
                href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/bob"
                moz-do-not-send="true">https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/bob</a><br>
              <br>
            </div>
            to point to a revision of the "quasitrunk" branch of NEMS:<br>
            <br>
          </div>
          NEMS -r??? <a
href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk"
            moz-do-not-send="true">https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk</a><br>
          <br>
        </div>
        Replace ??? with the correct revision.  Then save the file and
        exit your editor.  An editor will be opened again so you can add
        a "commit message."  Add a message and exit, then it will commit
        for you.<br>
        <br>
        <br>
        I'm not sure what revision (-r???) is the correct one.  The top
        of the branch is revision 92673.  Bob committed a change,
        "update mediator to be the same as milestone 0.5," on April 10. 
        After that, the changes have been access tests.  (See below.)<br>
        <br>
        svn log <a
href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk%7Chead"
          moz-do-not-send="true">https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk|head</a>
        -20<br>
------------------------------------------------------------------------<br>
        r92673 | <a href="mailto:raffaele.montuoro@noaa.gov"
          moz-do-not-send="true">raffaele.montuoro@noaa.gov</a> |
        2017-05-12 17:16:13 +0000 (Fri, 12 May 2017) | 1 line<br>
        <br>
        revert changes from previous test commit<br>
------------------------------------------------------------------------<br>
        r92666 | <a href="mailto:raffaele.montuoro@noaa.gov"
          moz-do-not-send="true">raffaele.montuoro@noaa.gov</a> |
        2017-05-12 17:02:15 +0000 (Fri, 12 May 2017) | 1 line<br>
        <br>
        test commit<br>
------------------------------------------------------------------------<br>
        r92611 | <a href="mailto:robert.oehmke@noaa.gov"
          moz-do-not-send="true">robert.oehmke@noaa.gov</a> | 2017-05-10
        22:48:57 +0000 (Wed, 10 May 2017) | 1 line<br>
        <br>
        test access<br>
------------------------------------------------------------------------<br>
        r91075 | <a href="mailto:robert.oehmke@noaa.gov"
          moz-do-not-send="true">robert.oehmke@noaa.gov</a> | 2017-04-10
        19:31:20 +0000 (Mon, 10 Apr 2017) | 1 line<br>
        <br>
        Update mediator to be the same as milestone 0.5<br>
------------------------------------------------------------------------<br>
        r90318 | <a href="mailto:samuel.trahan@noaa.gov"
          moz-do-not-send="true">samuel.trahan@noaa.gov</a> | 2017-03-28
        14:48:32 +0000 (Tue, 28 Mar 2017) | 1 line<br>
        <br>
        delete test directory<br>
        <br>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Fri, May 19, 2017 at 10:56 AM, weiyu
          yang <span dir="ltr">&lt;<a href="mailto:weiyu.yang@noaa.gov"
              target="_blank" moz-do-not-send="true">weiyu.yang@noaa.gov</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF">
              <div class="m_2973268618336821312moz-cite-prefix">I have a
                suggestion that the WAM-IPE trunk should have only basic
                necessary external link, such as GSM, IPE, etc. 
                Everyone's personal branch should not be linked to the
                WAM-IPE trunk.  They may copy whole trunk as their
                personal branch and work on it.<span class="HOEnZb"><font
                    color="#888888"><br>
                    Weiyu</font></span>
                <div>
                  <div class="h5"><br>
                    <br>
                    On 5/19/2017 8:36 AM, Samuel Trahan - NOAA Affiliate
                    wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">
                      <div>
                        <div>
                          <div>Bob,<br>
                            <br>
                          </div>
                          Yes, but make sure you point to the correct
                          revision of the quasitrunk<br>
                          <br>
                        </div>
                        Sincerely,<br>
                      </div>
                      Sam Trahan<br>
                    </div>
                    <div class="gmail_extra"><br>
                      <div class="gmail_quote">On Thu, May 18, 2017 at
                        5:45 PM, Robert Oehmke <span dir="ltr">&lt;<a
                            href="mailto:robert.oehmke@noaa.gov"
                            target="_blank" moz-do-not-send="true">robert.oehmke@noaa.gov</a>&gt;</span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div style="word-wrap:break-word">
                            <div><br>
                            </div>
                            <div>Yep, that’s true, maybe it happened
                              when I was testing my access. I guess the
                              important thing is how to fix it? Do I
                              just change the externals back to point to
                              the trunk and then commit? </div>
                            <div><br>
                            </div>
                            <div>Thanks,</div>
                            <div><br>
                            </div>
                            <div>- Bob</div>
                            <div>
                              <div class="m_2973268618336821312h5"><br>
                                <div>
                                  <div>On May 18, 2017, at 3:15 PM,
                                    Samuel Trahan - NOAA Affiliate &lt;<a
href="mailto:samuel.trahan@noaa.gov" target="_blank"
                                      moz-do-not-send="true">samuel.trahan@noaa.gov</a>&gt;
                                    wrote:</div>
                                  <br
class="m_2973268618336821312m_5745353129908729111Apple-interchange-newline">
                                  <blockquote type="cite">
                                    <div dir="ltr">Bob,
                                      <div><br>
                                      </div>
                                      <div>Someone modified the trunk
                                        externals.  You may have done
                                        that by accident when attempting
                                        to modify your branch or commit
                                        to the trunk.  The trunk points
                                        to a branch that does not exist
                                        at the specified revision
                                        (90130, I think).</div>
                                      <div><br>
                                      </div>
                                      <div>Sincerely,</div>
                                      <div>Sam Trahan</div>
                                    </div>
                                    <div class="gmail_extra"><br>
                                      <div class="gmail_quote">On Thu,
                                        May 18, 2017 at 3:49 PM, Robert
                                        Oehmke <span dir="ltr">&lt;<a
                                            href="mailto:robert.oehmke@noaa.gov"
                                            target="_blank"
                                            moz-do-not-send="true">robert.oehmke@noaa.gov</a>&gt;</span>
                                        wrote:<br>
                                        <blockquote class="gmail_quote"
                                          style="margin:0 0 0
                                          .8ex;border-left:1px #ccc
                                          solid;padding-left:1ex">
                                          <div
                                            style="word-wrap:break-word">Hi
                                            Sam,
                                            <div><br>
                                            </div>
                                            <div>  The bob branch is
                                              what I made from your
                                              instructions awhile ago
                                              and what I’ve been working
                                              in.  Is the reason that
                                              you’re not seeing it
                                              because it’s just local to
                                              me? </div>
                                            <div><br>
                                            </div>
                                            <div>  As far as I know I
                                              haven’t modified the
                                              externals. At one point I
                                              edited the externals file
                                              following your
                                              instructions to work on a
                                              branch, but that was
                                              months ago. </div>
                                            <div><br>
                                            </div>
                                            <div>While I’m talking to
                                              you I have a question
                                              about what  information
                                              you want by May 19th. Is
                                              the information you want
                                              who needs access to what
                                              in general (independent of
                                              whether they already have
                                              it or not), or who needs
                                              *new* access to what (i.e.
                                              that is if they already
                                              have access to something,
                                              you don’t want to hear
                                              about it). </div>
                                            <div><br>
                                            </div>
                                            <div>Thanks,</div>
                                            <div><br>
                                            </div>
                                            <div>- Bob</div>
                                            <div><br>
                                              <div>
                                                <div>
                                                  <div
                                                    class="m_2973268618336821312m_5745353129908729111h5">
                                                    <div>On May 18,
                                                      2017, at 1:31 PM,
                                                      Samuel Trahan -
                                                      NOAA Affiliate
                                                      &lt;<a
                                                        href="mailto:samuel.trahan@noaa.gov"
                                                        target="_blank"
moz-do-not-send="true">samuel.trahan@noaa.gov</a>&gt; wrote:</div>
                                                    <br
class="m_2973268618336821312m_5745353129908729111m_495984220738753691Apple-interchange-newline">
                                                  </div>
                                                </div>
                                                <blockquote type="cite">
                                                  <div>
                                                    <div
                                                      class="m_2973268618336821312m_5745353129908729111h5">
                                                      <div dir="ltr">
                                                        <div>
                                                          <div>Hi,<br>
                                                          <br>
                                                          </div>
                                                          The WAM-IPE
                                                          trunk points
                                                          to a
                                                          non-existent
                                                          "bob" branch
                                                          of NEMS.  Did
                                                          someone change
                                                          that external
                                                          by accident?<br>
                                                          <br>
                                                        </div>
                                                        WAM-IPE trunk:<br>
                                                        <div><br>
                                                          <a
                                                          href="https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/apps/WAM-IPE/trun<wbr>k</a><br>
                                                          <br>
                                                        </div>
                                                        <div>externals:<br>
                                                          <br>
                                                          svn propget
                                                          svn:externals
                                                          <a
                                                          href="https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/apps/WAM-IPE/trun<wbr>k</a><br>
                                                                       
                                                          NEMS  -r90130
                                                          <a
                                                          href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/bob"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/branches/WAM-IPE/<wbr>bob</a><br>
NEMS/src/atmos/gsm  -r90126 <a
href="https://svnemc.ncep.noaa.gov/projects/gsm/branches/WAM-IPE/quasitrunk"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/gsm/branches/WAM-IPE/q<wbr>uasitrunk</a><br>
NEMS/src/atmos/nmm  -r85687 <a
                                                          href="https://svnemc.ncep.noaa.gov/projects/nems/external_comps/NMM"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/external_comps/NM<wbr>M</a><br>
                                                                     
                                                          IPELIB         
                                                          <a
href="https://github.com/IonospherePlasmasphereElectrodynamics/ipe/branches/bob"
target="_blank" moz-do-not-send="true">https://github.com/IonosphereP<wbr>lasmasphereElectrodynamics/ipe<wbr>/branches/bob</a><br>
                                                                        
                                                          IPE  -r85943 <a
href="https://svnemc.ncep.noaa.gov/projects/ipe/branches/nuopc_cap"
                                                          target="_blank"
moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/ipe/branches/nuopc_cap</a><br>
                                                                    
                                                          DATAWAM 
                                                          -r73436 <a
href="https://svnemc.ncep.noaa.gov/projects/nems/external_comps/DATAWAM/trunk"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/external_comps/DA<wbr>TAWAM/trunk</a><br>
                                                                    
                                                          DATAIPE 
                                                          -r65981 <a
href="https://svnemc.ncep.noaa.gov/projects/nems/external_comps/DATAIPE/trunk"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/external_comps/DA<wbr>TAIPE/trunk</a><br>
                                                          <br>
                                                        </div>
                                                        <div>The "bob"
                                                          branch of
                                                          WAM-IPE does
                                                          not exist at
                                                          that
                                                          revision.  <br>
                                                          <br>
                                                          svn info <a
href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/bob@90130"
target="_blank" moz-do-not-send="true">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/branches/WAM-IPE/<wbr>bob@90130</a><br>
                                                          svn: warning:
                                                          W170000: URL '<a
href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/bob"
                                                          target="_blank"
moz-do-not-send="true">https://svnemc.ncep.noaa.gov/<wbr>projects/nems/branches/WAM-IPE<wbr>/bob</a>'
                                                          non-existent
                                                          in revision
                                                          90130<br>
                                                          <br>
                                                        </div>
                                                      </div>
                                                    </div>
                                                  </div>
______________________________<wbr>_________________<br>
                                                  WAM-IPE mailing list<br>
                                                  <a
                                                    href="mailto:WAM-IPE@lstsrv.ncep.noaa.gov"
                                                    target="_blank"
                                                    moz-do-not-send="true">WAM-IPE@lstsrv.ncep.noaa.gov</a><br>
                                                  <a
                                                    href="https://www.lstsrv.ncep.noaa.gov/mailman/listinfo/wam-ipe"
                                                    target="_blank"
                                                    moz-do-not-send="true">https://www.lstsrv.ncep.noaa.g<wbr>ov/mailman/listinfo/wam-ipe</a><br>
                                                </blockquote>
                                              </div>
                                              <br>
                                            </div>
                                          </div>
                                        </blockquote>
                                      </div>
                                      <br>
                                    </div>
                                  </blockquote>
                                </div>
                                <br>
                              </div>
                            </div>
                          </div>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                  </blockquote>
                  <p><br>
                  </p>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
--------------------------------------
Naomi Maruyama
CIRES, Univ. of Colorado at Boulder
NOAA Space Weather Prediction Center
phone: +1 303-497-4857
email: <a class="moz-txt-link-abbreviated" href="mailto:naomi.maruyama@noaa.gov">naomi.maruyama@noaa.gov</a>
</pre>
  </body>
</html>