2 HTML templates for all potential error pages. Each <error> element
3 should contain all of the HTML <body> content to be output if that
7 <error type="invalid-command" title="Invalid command">
8 <h1>Invalid command</h1>
11 The requested command is invalid.
15 <error type="invalid-repository" title="Invalid repository">
16 <h1>Invalid repository</h1>
19 The requested repository does not exist on this server.