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

Re: Non-Apache WebDAV / DeltaV Module

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-15 15:04:10 CET

On Mar 15, 2005, at 12:27 AM, Lim, Teck Hooi wrote:
>
> If that the case I need to rewrite "mod_dav", "mod_dav_svn" and finally
> extending "mod_authz_svn" in Java.

Nonsense. You only need to replace mod_authz_svn. If you want to
write a new authorization module in Java, that's your business. C
programs and Java programs can communicate just fine. You can some
sort of SOAP or XML-RPC protocol to invoke methods in either direction.

Reimplementing all of mod_dav and mod_dav_svn is insane. That's like
building a whole new car when you only need to replace the wheels. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 15 15:05:51 2005

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.