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

Re: SVN transactions

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-06-16 02:49:14 CEST

On 6/15/06, Gregory (Grisha) Trubetskoy <grisha@apache.org> wrote:

> I don't know about "thin" - if you consider that it's a layer on top of
> neon (in case of DAV)... "limited" is probably a more accurate
> description.

You are correct, sir. The RA layer is not, in fact, a port of the
repository API. It's just a limited set of network commands, only
those things that a subversion client might want to do. In the case
of commits, the client only wants to drive an editor and discover that
the commit succeeded or failed. It's nowhere near the level of
control you'd have if you were using svn_fs.h directly.

If you had time/energy, I think it *might* be possible to map all of
svn_fs.h to DAV/DeltaV methods, but it would be tricky. If you have
specific set of things you want to accomplish, we can probably help
you design a set of specific http requests to carry them out.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 16 02:49:44 2006

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.