[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: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-12-03 16:02:51 CET

Greg Stein <gstein@lyra.org> writes:

> I'd like to propose that a hashdump file is created where RA libraries can
> store properties. There are a couple properties that I'd like to store.
>

Other than defining these new objects within SVN/, there's nothing
Karl and I need to here, right? I mean, you'll be reponsible for
managing these "ra" props?

If so, sounds like a good idea to me.

I assume there's no need for "working" versus "pristine" ra-props.
Still, though, Karl's function for accessing administrative areas
assumes that SVN/tmp/ra-dir-props and SVN/tmp/ra-props/ still exist:

/* Return a path to something in PATH's administrative area.
 * Return path to the thing in the tmp area if TMP is non-zero.
 * Varargs are (const char *)'s, the final one must be NULL.
 */
svn_string_t * svn_wc__adm_path (svn_string_t *path,
                                 svn_boolean_t tmp,
                                 apr_pool_t *pool,
                                 ...);

I'm kinda curious -- what sort of props does RA need to track? :)
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.