Access to 2.4.4 Release Source Code

Brent Putman putmanb at georgetown.edu
Thu Apr 9 18:32:06 EDT 2015



On 4/9/15 6:17 PM, Nick Amon wrote:
>
> Hi,
>
>  
>
> The directions on the Source Access page state that this svn command
> should be used to checkout the latest IdP code:
>
>  
>
> |svn co https://svn.shibboleth.net/java-shib-idp2-main/branches/REL_2
> java-shib-idp2-main|
>
>  
>
> 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?
>

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 -SNAPSHOT versions. 

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:

https://svn.shibboleth.net/java-shib-idp2/tags/2.4.4/

There's really going to be 5 projects, from the top down:

java-shib-idp2
java-shib-common
java-opensaml2
java-openws
java-xmltooling

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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20150409/cdf8c0d1/attachment.html 


More information about the dev mailing list