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

Re: working copy storage for RA properties

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-04 21:51:18 CET

On Mon, Dec 04, 2000 at 02:44:55PM -0500, Greg Hudson wrote:
> > And note that I'm using URIs to name properties, not something
> > simple like svn_ra_* :-)
>
> May I ask what these properties are?

Yes, Ben did too... I just hadn't got there yet. But since two people ask,
I'll push it up the priority list... :-)

1) SVN/repository could be considered an RA property on the directory (not
   sure if we want to use a prop or keep the file, but it is possible)

2) Each file/directory has a corresponding "version resource" on the server.
   The version resource is specific to the particular file and the revision
   of that file. This URL is analogous to the (file, revision) tuple. RA/DAV
   needs this commit time.

3) The URL where activities can be created. An activity is needed at commit
   time. It can only be created at a particular URL on the server, and that
   location is discovered via the PROPFIND request method. We use a PROPFIND
   at checkout time, so I get the activity URL at that time (rather than
   doing another round trip at commit time). The URL is then dropped off as
   a property on the directory.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:16 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.