git repository refresh

Ian Young ian at iay.org.uk
Fri May 15 13:17:19 EDT 2015


This is for the attention of those committers and others involved in reviewing our git repository conversion in progress.

I have refreshed the following git repositories:

	cpp-opensaml
	cpp-sp
	cpp-xmltooling
	java-identity-provider
	java-idp-integration-tests
	java-idp-testbed
	java-metadata-aggregator
	java-opensaml
	java-opensaml2
	java-opensaml2-main
	java-openws
	java-shib-common
	java-shib-idp2
	java-shib-idp2-main
	java-xmltooling
	js-embedded-discovery
	testshib (ancient version, to be archived)

Changes are mostly related to author names, but recent changes to the Subversion repositories have also been incorporated.

The following repositories have been added to the collection for review:

	website (only visible to certain committers)

If you already have clones of these repositories, do *not* just try and use "git pull" to bring your repository up to date. Because the history has changed, doing this will merge the new and old trees together which is certainly not what you want.

Instead, you can either discard and re-clone or use these commands:

	git fetch --all --tags
	git reset --hard @{u}

If you accidentally "git pull"ed, following the above procedure will *probably* unfankle things.

You can also do a "git gc" to purge the old unreachable content and save some space.

Onwards and upwards,

   -- Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5250 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/dev/attachments/20150515/4dee2f0e/attachment.p7s>


More information about the dev mailing list