JBehave uses Git to manage its source code.
Git allows web access:
http://git.codehaus.org/gitweb.cgi?p=jbehave-web.git
git clone git://git.codehaus.org/jbehave-web.git
git clone ssh://git@git.codehaus.org/jbehave-web.git
Committers will need to upload their public via Xircles.
Git support HTTP protocol for cloning, which normally is allowed in corporate firewalls
git clone http://git.codehaus.org/jbehave-web.git
You may need to set http.proxy via git-config.
JBehave repos are replicated on GitHub JBehave Web, which some users find easier to manage git repos. GitHub also tends to provide web-browsing URLs which are eaasier on the eye.