<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 4/9/15 6:17 PM, Nick Amon wrote:<br>
    </div>
    <blockquote
cite="mid:BLUPR08MB1473D88DC257D98267B41D94D8FB0@BLUPR08MB1473.namprd08.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">The directions on the Source Access page
          state that this svn command should be used to checkout the
          latest IdP code:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><code><span style="font-size:10.5pt">svn co
              <a class="moz-txt-link-freetext" href="https://svn.shibboleth.net/java-shib-idp2-main/branches/REL_2">https://svn.shibboleth.net/java-shib-idp2-main/branches/REL_2</a>
              java-shib-idp2-main<o:p></o:p></span></code></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I did so but noticed that it checks-out
          version 2.4.5.  How do I checkout the stable release, which my
          understanding is 2.4.4.  Or are they one and the same?</p>
      </div>
    </blockquote>
    <br>
    No, not the same.  That java-shib-idp2-main project is just a
    convenience project to check out the latest code, which will be the
    in-development <tt>-SNAPSHOT </tt>versions.  <br>
    <br>
    The more normal and "manual" way is to just checkout each project in
    the IdP stack individually, which is what you have to do if you want
    specific versions.  For that you'd want to checkout the appropriate
    tag, e.g. for the main IdP:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://svn.shibboleth.net/java-shib-idp2/tags/2.4.4/">https://svn.shibboleth.net/java-shib-idp2/tags/2.4.4/</a><br>
    <br>
    There's really going to be 5 projects, from the top down:<br>
    <br>
    java-shib-idp2<br>
    java-shib-common<br>
    java-opensaml2<br>
    java-openws<br>
    java-xmltooling<br>
    <br>
    To find out the version of each required, look at the POM to see the
    version of its dependencies.  E.g. java-shib-idp2 v2.4.4 is built on
    java-shib-common v1.4.4, and so on.<br>
    <br>
    <br>
  </body>
</html>