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

temporary PUT URI

From: Bogdan Adrian Stănescu <bstanescu_at_astral.ro>
Date: 2004-09-16 19:30:28 CEST

This is a developer question:

I 'm trying to implement a subversion server (using subversion's apache
module) where authentication (and authorization) is made thru
mod_auth_external. This module, mod_auth_external, calls an external
executable program passing some parameters (USER, PASS, etc.). One of
the parameters is the URI that the client asked for. When receiving a
"GET" method, the authorization made in the external program is easy,
since URI looks something like: URI = /svn/some_dir/some_file.txt. When
it comes to commiting something, the situation changes, because the
"URI" looks like: URI =
/svn/!svn/wrk/cbabed13-37e4-0310-878c-dfea4ae146b0/some_dir/some_file.txt

My question is: Is this always the format of the URI apache receives
when a "commit" action is issued? (of course I realise
"cbabed13-37e4-0310-878c-dfea4ae146b0" is some hash generated and can
change, but I'm interested in what file/dir has been commited)

-- 
Bogdan Adrian Stanescu
ASTRAL TELECOM
Internet & Data Department
Web Programmer (Centrala Internet)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 16 12:28:37 2004

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.