Thomas, good day. Tue, Oct 02, 2007 at 10:49:07AM +0200, Thomas Pasch wrote: > I've investigated my problem a little further. The nasty > 'UNLOCK HTTP error 400' has come from a proxy that > doesn't accept webDAV stuff. Thus I unset the 'http_proxy' > env variable (looks like cadaver hasn't cared...). Yep, proxies can be tricky with the DAV stuff. > However, the main problem still remains. Using a non empty > remote http repo, modifying and committing, then: > > > git push -v > Pushing to http://test@xxxxxxx/git/git.git > > still waits for a long time and finally: > > Error: no DAV locking support on remote repo http://test@xxxxxxx/git/git.git > error: failed to push to 'http://test@xxxxxxx/git/git.git' Try using URL with the slash at the end, like 'http://test@xxxxxxx/git/git.git/'. This should help. -- Eygene - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html