darcs repository web UI and hosting app. This is the main darcsden trunk, which also runs hub.darcs.net. (https://hub.darcs.net)

#141creating a repo via ssh hub.darcs.net init hangs

Reported by dino- and Henning Thielemann: when you try to create a repo via ssh with the init command, it hangs. Also the darcshub-ssh server logs a couchdb error: Exception during CouchDB operation: HTTP/1.1 415 Unsupported Media Type.

It might be that I upgraded couchdb from 1.5 to 1.6 around septermber 5, and that darcshub-ssh is built with CouchDB < 1.2.2, and therefore failing for lack of this 1.2.2 fix: "Remove incorrect Content-Encoding header, needed for recent CouchDBs (#17 in old repo)".

Building a new darcshub-ssh is semi-blocked by darcsden#134.