[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: HTTP GET doesn't do keyword replacement?

From: Julian Reschke <julian.reschke_at_gmx.de>
Date: 2003-12-20 13:43:14 CET

Karl Chen wrote:

>>>>>>"Julian" == Julian Reschke <julian.reschke@gmx.de> writes:
>
> Julian>
> Julian> Karl Chen wrote:
> >> How come when you view a repository (in Apache 2) through a
> >> browser, keywords (e.g. $Id$) are not replaced? (With svn
> >> co, export, cat they show up as $Id: ...$, but HTTP non-DAV
> >> GET they show up as $Id$)
> Julian>
> Julian> What is a non-DAV GET? Actually, what is a DAV GET?
>
> I don't know the terminology. Basically, the output of GET
> http://host/repos/file.txt (where GET is a program that implements
> HTTP GET) is different from the output of 'svn cat'. I see now
> it's done in the client so it doesn't have anything to do with DAV
> or not. (I guess everything is DAV so the difference would be
> "HTTP GET with activities")

OK, to clarify: WebDAV doesn't say anything in particular about GET.
That is, a server should do the same independantly of whether the client
knows about WebDAV or not. In general, it can't know without looking at
the User-Agent heáder, which is really a bad idea.

Julian R.

-- 
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 20 13:44:35 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.