PDA

View Full Version : Announce: source code moved to GitHub



Dave Syer
Jul 27th, 2011, 02:33 AM
The source code for Spring Security OAuth has moved to https://github.com/SpringSource/spring-security-oauth. The old gitorious repository will be removed and replaced with a placeholder pointing to the new one, and probably eventually deleted. As with other projects moving to Github we hope this will stimulate more community contributions.

If you have existing clones you can switch just by adding a new remote, e.g.



$ git remote rm origin
$ git remote add origin git://github.com/SpringSource/spring-security-oauth.git

jbbarquero
Jul 28th, 2011, 02:14 AM
Please, can you update the "build from source" documentation (http://static.springsource.org/spring-security/site/build.html) in order to reflect the new repository location?

Thank you very much.

stoicflame
Aug 2nd, 2011, 11:57 PM
Please, can you update the "build from source" documentation (http://static.springsource.org/spring-security/site/build.html) in order to reflect the new repository location?

Ya. Still working on that...