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

Re: Adding LAN support to Subversion - Clarification

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-10-27 23:36:01 CET

"Erik Huelsmann" <e.huelsmann@gmx.net> writes:

> Then I suppose David could also write a proxy library, which creates
> the exclusive lock file and sends the rest of the commands into
> libsvn_ra_local for real processing? [There would not be any need to
> reinvent the wheel...]

Sure, why not?

He could write a new libsvn_ra_foo which has its own foo:// schema,
and 99% of it just makes calls into libsvn_ra_local.

Or he could just duplicate the whole libsvn_ra_local directory, rename
the library, change its registered schema, and change its open()
function.

I think the latter solution is probably easier.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 27 23:39:00 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.