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

Re: svn commit: r22181 - trunk/subversion/libsvn_client

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-10-31 20:24:26 CET

On 10/31/06, David Glasser <glasser@mit.edu> wrote:

> Ack! Sorry about that.
>
> Do you have any idea about why it worked with some ra backends and not others?

In ra_local and ra_svn the propchanges are actually done right at the
change_dir_prop or change_file_prop call. For ra_dav it queues them
up and does a single PROPPATCH request at the end of the file/dir, so
if you don't actually close the file/dir it never happens.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 31 20:24: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.