git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Schlichter <thomas.schlichter@web.de>
To: Tay Ray Chuan <rctay89@gmail.com>
Cc: Junio C Hamano <gitster@pobox.com>,
	Sean Davis <sdavis2@mail.nih.gov>,
	git@vger.kernel.org
Subject: Re: git http-push and MKCOL error (22/409)
Date: Sun, 16 Aug 2009 16:52:37 +0200	[thread overview]
Message-ID: <200908161652.37282.thomas.schlichter@web.de> (raw)
In-Reply-To: <be6fef0d0908160727r7dfa9b46l4d493e3954c21de3@mail.gmail.com>

Hi,
Am Sonntag 16 August 2009 16:27:40 schrieb Tay Ray Chuan:
> Interesting. Please do provide:
>
>  -steps to reproduce,
>  -your server's access log.

Unfortunately I cannot provide the server's access log. It is a server 
provided by the German E-Mail provider web.de. It allows to save files via a 
web-interface and via WebDAV.

Steps to reproduce:
  1. locally set up a git archive:
     mkdir dummy.git
     cd dummy.git
     git init --bare
  2. Upload this directory to the server.
     I did do this using KDE's dolphin via WebDAV.
  3. Clone this remote repository:
     git clone https://webdav.smartdrive.web.de/dummy.git my_dummy
  4. Create a local commit:
     cd my_dummy
     touch dummy.c
     git commit -a
  5. Push this commit up to the remote repository:
     git push origin master

The last step fails es explained. During bisecting git I was able to commit 
several changes with versions before commit 
5424bc557fc6414660830b470dd45774b8f5f281.

Kind regards,
Thomas Schlichter

P.S.: Maybe it is important that the server uses the secure https protocol, 
therefore I set my username and password combination in my local ~/.netrc 
file.

  reply	other threads:[~2009-08-16 14:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-16 13:57 git http-push and MKCOL error (22/409) Thomas Schlichter
2009-08-16 14:27 ` Tay Ray Chuan
2009-08-16 14:52   ` Thomas Schlichter [this message]
2009-08-17  4:52     ` Tay Ray Chuan
2009-08-17  5:18       ` Thomas Schlichter
2009-08-17  5:34         ` Thomas Schlichter
2009-08-16 19:34   ` Junio C Hamano
2009-08-17  4:58     ` Tay Ray Chuan
2009-08-17  5:25       ` Thomas Schlichter
2009-08-17  6:08         ` Junio C Hamano
2009-08-17  9:09         ` Tay Ray Chuan
2009-08-17 17:28           ` Thomas Schlichter
  -- strict thread matches above, loose matches on Subject: below --
2008-09-22 23:51 Sean Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200908161652.37282.thomas.schlichter@web.de \
    --to=thomas.schlichter@web.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=rctay89@gmail.com \
    --cc=sdavis2@mail.nih.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).