On Thu, Jul 22, 2010 at 11:03:50AM +0900, Andreas Schneider wrote: > after lost of research on the www i am still at a loss on how to > properly do push/pull over HTTP > > it seems to work on the GIT level, however PUSHS to the remote repository do > NOT show up in the file-structure: adding a file locally, then pushing to the remote repository - the file will not appear in the remote listing, however it became part of the remote repository. This is normal. Push does not update working copy. You would need a hook for that. < snip dav configuration > And hooks will not work with WebDAV. You MUST push over some smart transport, like ssh:// or HTTP with http-backend. HTTP/WebDAV does not cut it. -Ilari -- 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