Discussion:
downloading IDP src
Steven Carmody
2014-08-22 20:34:31 UTC
Permalink
Hi, this page:

https://wiki.shibboleth.net/confluence/display/SHIB2/SourceAccess

recommends using this command to pull the latest src:

svn co https://svn.shibboleth.net/java-shib-idp2-main/branches/REL_2
java-shib-idp2-main

but, the latest 2.4.1 release is a TAG

I tried using this command to get the latest src, but ..

$ svn co https://svn.shibboleth.net/java-shib-idp2-main/tags/2.4.1
java-shib-idp2-main
svn: E170000: URL
'https://svn.shibboleth.net/java-shib-idp2-main/tags/2.4.1' doesn't exist

suggestions on what I should have used ?

thanks !
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Kevin Foote
2014-08-22 21:16:07 UTC
Permalink
svn checkout https://svn.shibboleth.net/java-shib-idp2/tags/2.4.1 local-idp-2.4.1

I use git but that particular location certainly worked for me.

--------
thanks
kevin.foote
Post by Steven Carmody
https://wiki.shibboleth.net/confluence/display/SHIB2/SourceAccess
svn co https://svn.shibboleth.net/java-shib-idp2-main/branches/REL_2
java-shib-idp2-main
but, the latest 2.4.1 release is a TAG
I tried using this command to get the latest src, but ..
$ svn co https://svn.shibboleth.net/java-shib-idp2-main/tags/2.4.1
java-shib-idp2-main
svn: E170000: URL
'https://svn.shibboleth.net/java-shib-idp2-main/tags/2.4.1' doesn't exist
suggestions on what I should have used ?
thanks !
--
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Loading...