Forum archive
Revision Control Appliance: How to use HTTP?
While I am able to read and write to my repository using this URI syntax...
git clone username@host:/srv/repos/git/reponame.git
...it does neither work with a syntax not containing the server's local directory hierarchy internals (/srv/repos/git), nor does work any other way like HTTP / HTTPS. It looks as if the appliance does not support that, at least I did not find support for "Smart HTTPS" in Apache's http.d/git file.
The reason is that I do not want our programmers to know the local directory hierarchy internals.
What do I have to do to make it work? How can I enable HTTP?