commit | f01f81505a401f774855ae07dd1be01efde0cfbd | [log] [tgz] |
---|---|---|
author | Matthieu Moy <Matthieu.Moy@imag.fr> | Sun Apr 13 15:38:21 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Apr 18 22:09:24 2008 -0700 |
tree | a847cc27c95b1335f23e127eac8f759df5ee11be | |
parent | 4c414e2e09607d53141573710ef6d79db2aa64ae [diff] |
Document that WebDAV doesn't need git on the server, and works over SSL I managed to set up a Git repository on a preconfigured WebDAV server, and using HTTPS, without installing Git on it or changing the server configuration. This works through a proxy too. This patch reflects this (it previously stated that Git was _necessary_ on the server, which isn't true). Also give a few hints to troubleshoting. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>