[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: Karl Chen <quarl_at_hkn.eecs.berkeley.edu>
Date: 2003-12-20 12:50:47 CET

>>>>> "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")

-- 
Karl 2003-12-20 03:44
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 20 12:51:39 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.