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

ra_dav->unlock()

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-07 05:01:23 CET

I finished ra_dav->lock(), and then started working on ra_dav->unlock().

The problem is that in order to issue an http UNLOCK request, I need a
URI to run it on. But RA->unlock() takes only a token, not a path!

Solution 1:

   Invent a new custom http REPORT type which does a token->path lookup.

Solution 2:

   Just add a 'path' argument to RA->unlock().

Solution 2 seems a whole lot easier. And besides, every other RA
function takes a path, right? :-)

Any objections to this? Lundblad in particular, since he's doing the
ra_svn implementation?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 7 05:03:58 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.