Insufficiently Random

The lonely musings of a loosely connected software developer.

Friday, July 18, 2008

Getting Giddy with Git

Recently Johannes Schindelin and I participated in a podcast about Git's involvement in Google Summer of Code. You can listen to the podcast on the Google open source blog.

Tuesday, July 8, 2008

Using jgit To Publish on Amazon S3

Recent versions of jgit, the 100% pure Java implementation of the Git version control system, support fetch and push directly over Amazon S3 .

It behaves like http push does in C git in that it is transparent to the end-user. Transparent client-side encryption can also be enabled, in case the repository data must be protected from the operators of S3.