<div dir="ltr">you&#39;ll make us experts yet Sam ;o)</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 30, 2017 at 12:21 PM, Samuel Trahan - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:samuel.trahan@noaa.gov" target="_blank">samuel.trahan@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 dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div>Naomi,<br><br></div>Also, another good command for getting differences is diff.  It is more flexible and can recurse into externals.  It can also compare against on-disk copies that are not from subversion, such as comparing against nwprod.<br><br></div>svn co <a href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE_NEMS201606/src/module_MEDIATOR_SpaceWeather.F90@90097" target="_blank">https://svnemc.ncep.noaa.gov/<wbr>projects/nems/branches/WAM-<wbr>IPE_NEMS201606/src/module_<wbr>MEDIATOR_SpaceWeather.F90@<wbr>90097</a> old<br></div>svn co <a href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk/src/module_MEDIATOR_SpaceWeather.F90" target="_blank">https://svnemc.ncep.noaa.gov/<wbr>projects/nems/branches/WAM-<wbr>IPE/quasitrunk/src/module_<wbr>MEDIATOR_SpaceWeather.F90</a> new<br><br></div>diff -rU3 -x.svn old new &gt; my.diff<br><br></div>Meanings:<br><br></div>svn co https://... old = check out this branch in a directory called &quot;old&quot;<br></div>diff<br></div>  -r = recurse into subdirectories<br></div>  U3 = universal format diff with three lines of context (same format as svn diff)<br></div>  -x.svn = do not walk into subversion metadata directories<br></div>  old new = diff the two directories<br><br></div><div>Another useful option is -w which ignores differences in whitespace.<br><br></div><div>  diff -rwU3 old new &gt; my.diff<br></div><div><br></div>Sincerely,<br></div>Sam Trahan<br></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Thu, Mar 30, 2017 at 4:53 AM, Naomi Maruyama <span dir="ltr">&lt;<a href="mailto:naomi.maruyama@noaa.gov" target="_blank">naomi.maruyama@noaa.gov</a>&gt;</span> wrote:<br></span><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div class="m_-3182636336521738198m_-4788251956048260825moz-cite-prefix">Hi Sam,<br>
      <br>
      Thank you very much for your re-organization.<br>
      <br>
      I have a quick question. How can we track the previous branch
      revision changes after your re-organization?<br>
      Recently, Weiyu has some problems with running WAM-IPE after he
      made some changes to the WAM Z(height) calculation. Some of us are
      discussing to identify which versions of the code he used. For
      example, Weiyu&#39;s version was the revision number 90097 of the
      previous WAM-IPE_NEMS201606 branch. How can we do svn diff
      module_MEDIATOR_SpaceWeather.F<wbr>90 between his branch version and
      the latest version of the trunk(90371)? Does this work?<br>
      <br>
      $ svn diff -r 90097:90371 module_MEDIATOR_SpaceWeather.F<wbr>90<br>
      <br>
      Thanks.<br>
      <br>
      Regards,<br>
      Naomi <br>
      <br>
      <br>
      On 3/29/17 2:16 PM, Samuel Trahan - NOAA Affiliate wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>Hi all,<br>
                  <br>
                </div>
                The WAM-IPE_NEMS201606 branches are gone.  The WAM-IPE
                application now resides here:<br>
                <br>
                <a href="https://svnemc.ncep.noaa.gov/projects/nems/apps/WAM-IPE/trunk" target="_blank">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/apps/WAM-IPE/trun<wbr>k</a><br>
                <br>
              </div>
              <div>The GSM and NEMS &quot;quasi-trunks&quot; are here:<br>
                <br>
                <a href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk" target="_blank">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/branches/WAM-IPE/<wbr>quasitrunk</a><br>
              </div>
              <div><a href="https://svnemc.ncep.noaa.gov/projects/gsm/branches/WAM-IPE/quasitrunk" target="_blank">https://svnemc.ncep.noaa.gov/p<wbr>rojects/gsm/branches/WAM-IPE/q<wbr>uasitrunk</a><br>
                <br>
              </div>
              <div>There are cron jobs monitoring those three locations;
                you&#39;ll receive an email from <a href="mailto:wam-ipe@noaa.gov" target="_blank">wam-ipe@noaa.gov</a> if
                anything changes.<br>
              </div>
              <div><br>
              </div>
              The WAM-IPE application has the following externals:<br>
            </div>
            <div><br>
                            NEMS  -r90130 <a href="https://svnemc.ncep.noaa.gov/projects/nems/branches/WAM-IPE/quasitrunk" target="_blank">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/branches/WAM-IPE/<wbr>quasitrunk</a><br>
              NEMS/src/atmos/gsm  -r90126 <a href="https://svnemc.ncep.noaa.gov/projects/gsm/branches/WAM-IPE/quasitrunk" target="_blank">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">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/external_comps/NM<wbr>M</a><br>
                          IPELIB          <a href="https://github.com/IonospherePlasmasphereElectrodynamics/ipe/tags/WAM-IPE-TAG-20170323/" target="_blank">https://github.com/IonosphereP<wbr>lasmasphereElectrodynamics/<wbr>ipe/tags/WAM-IPE-TAG-20170323/</a><br>
                             IPE  -r85943 <a href="https://svnemc.ncep.noaa.gov/projects/ipe/branches/nuopc_cap" target="_blank">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">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">https://svnemc.ncep.noaa.gov/p<wbr>rojects/nems/external_comps/DA<wbr>TAIPE/trunk</a><br>
              <br>
            </div>
            Note that we&#39;re pointing to a specific revision or tag of
            everything.  That lets us make tags of the application
            without having to make tags in each component.<br>
            <br>
          </div>
          Sincerely,<br>
        </div>
        Sam Trahan<span class="m_-3182636336521738198HOEnZb"><font color="#888888"><br>
      </font></span></div><span class="m_-3182636336521738198HOEnZb"><font color="#888888">
    </font></span></blockquote><span class="m_-3182636336521738198HOEnZb"><font color="#888888">
    <br>
    <p><br>
    </p>
    <pre class="m_-3182636336521738198m_-4788251956048260825moz-signature" cols="72">-- 
--------------
Naomi Maruyama
CIRES, Univ. of Colorado Boulder
NOAA Space Weather Prediction Center
phone: <a href="tel:(303)%20497-4857" value="+13034974857" target="_blank">+1 303.497.4857</a>
email: <a class="m_-3182636336521738198m_-4788251956048260825moz-txt-link-abbreviated" href="mailto:naomi.maruyama@noaa.gov" target="_blank">naomi.maruyama@noaa.gov</a>
</pre>
  </font></span></div>

</blockquote></div></div></div><br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><span><span></span><span></span>-- <br></span>----------------------------------------------------------------
<br>Dr. George Millward
<br>Cooperative Institute for Research in Environmental Sciences (CIRES)
<br>University of Colorado, Boulder
<br>
<br>Visiting scientist at
<br>NOAA Space Weather Prediction Center
<br>325 Broadway, Boulder, CO 80305
<br>Tel: 303-497-6775
<br>
<br><a href="mailto:george.millward@noaa.gov" target="_blank">george.millward@noaa.gov</a>
<br>----------------------------------------------------------------</div>
</div>