Hi: On Thu, Jun 26, 2008 at 7:52 AM, Jin Lee <[EMAIL PROTECTED]> wrote: > > I set up a Apache - DAV server (using LDAP for authentication) and I > am getting some weird errors when I do git push upload master.
Just for clarification, have you tried it without LDAP authentication? In my personal setup, which was Windows, Apache, DAV, and HTTP basic_auth, I was able to successfully "git push". However, the necessary constraint of having to run git update-server-info on the server side after each push was totally unsavory. Now I use git daemon on Cygwin with receive-pack (no authentication, yea ;-] ). Do we need something like "mod_dav_svn.so"? Best regards, Clifford Caoile
