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

Re: "path" during a commit walk

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-12-29 23:19:33 CET

Greg Stein <gstein@lyra.org> writes:
> > Is that really allowed in our contract?
>
> replace_root/close_directory pairs appear to be legal.

No (this may be ill-documented, though).

There is one replace_root() call per editor, paired to one
close_edit() call.

add_directory() / replace_directory() pair with close_directory().

Can't answer the rest tonight, more tomorrow,
Luv, :-)
-K

> True. We could probably recover the version resource URL and certainly the
> activity collection. But that would be a bunch of round trips to do so.
>
> > > The "real" solution would be:
> >
> > > [Callbacks to get/set properties in the editor interface]
> >
> > I would say the right time to introduce this machinery is when we have
> > something other than libsvn_wc that stores local properties. For now,
> > it's probably best to let the commit editor assume it's being driven
> > by libsvn_wc.
>
> Even with this choice, we have a problem. The WC functions to get/set
> properties take a filesystem path. That path is not part of the editor
> interface.
>
> Cheers,
> -g
>
> --
> Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:18 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.