Git development
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Giovanni Funchal <gafunchal@gmail.com>
Cc: git@vger.kernel.org, Johannes.Schindelin@gmx.de,
	git@wingding.demon.nl, Matthieu.Moy@imag.fr
Subject: Re: [PATCH] Documentation: setup-git-server-over-http: Mention davfs2
Date: Mon, 18 Aug 2008 22:57:45 -0700	[thread overview]
Message-ID: <7vwsidh7hi.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <1219095967-15971-1-git-send-email-gafunchal@gmail.com> (Giovanni Funchal's message of "Mon, 18 Aug 2008 23:46:07 +0200")

Giovanni Funchal <gafunchal@gmail.com> writes:

> I just came across an interesting file system driver that allows to mount
> WebDAV resources into file system tree: davfs2. I though it would be worth
> mentioning this on setup-git-server-over-http.txt.

I might agree with "It would be worth mentioning", but I do not think that
is what you did.

> +
> +Step 2 1/2: testing your WebDAV server
> +--------------------------------------
> +
> ...
> -A command line tool to test WebDAV is cadaver. If you prefer GUIs, for
> -example, konqueror can open WebDAV URLs as "webdav://..." or
> -"webdavs://...".
> +An alternative is to use davfs2, a driver that allows mounting a WebDAV
> +resource into the system tree. This requires root access and kernel
> +support (probably your kernel includes this).
> +
> +  $ apt-get install davfs2
> +  $ mkdir -p /mnt/webdav
> +  $ mount -t davfs http://<servername>/ /mnt/webdav
> +  $ ls /mnt/webdav
> +  $ umount /mnt/webdav
> +
> +If you prefer GUIs, for example, konqueror can open WebDAV URLs as
> +"webdav://..." or "webdavs://...".

You are dropping mention of cadaver and the only remaining suggestion for
command line testing is via davfs2.

Googling for "davfs2 WebDAV" returns 13,600 hits, while "cadaver WebDAV"
hits 39,100.  In addition, testing with davfs2 requires you to have root
access.  

When troubleshooting a nonworking system, it often is easier to do it from
a command line tool than from GUI (one of whose main point is to hide away
the low-level details).  And I thought the title of this semi-section was
"Testing"?

Offering alternatives for command line tools is good, but that is not what
this patch does.

  reply	other threads:[~2008-08-19  5:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-18 21:05 [PATCH] Documentation: setup-git-server-over-http: Mention davfs2 Giovanni Funchal
2008-08-18 21:25 ` Marcus Griep
2008-08-18 21:46   ` Giovanni Funchal
2008-08-19  5:57     ` Junio C Hamano [this message]
2008-08-19  7:23       ` Giovanni Funchal
2008-08-19  7:48         ` Junio C Hamano

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=7vwsidh7hi.fsf@gitster.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=Matthieu.Moy@imag.fr \
    --cc=gafunchal@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=git@wingding.demon.nl \
    /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