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

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

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-12-03 17:25:13 CET

Philip Martin <philip@codematters.co.uk> writes:

> > The
> > simplest compatibility step that solves all the problems is to simply
> > turn off the resource walk in 1.2 and re-enable it some time in the
> > future. Note that ra-dav will still, at the beginning of a switch,
> > invalidate all wcprops in the switched target tree.
>
> Ignoring the error is quite simple, however turning off the resource
> walk sounds like a better idea. Is it something the client requests
> or something the server sends automatically? I assume the client
> could ignore it if it's the latter.

I *think* this is the right boolean. :-) I didn't compile or test
this.

Index: subversion/libsvn_ra_dav/fetch.c
===================================================================
--- subversion/libsvn_ra_dav/fetch.c (revision 12078)
+++ subversion/libsvn_ra_dav/fetch.c (working copy)
@@ -2635,7 +2635,7 @@
                         switch_url,
                         recurse,
                         TRUE,
- TRUE,
+ FALSE,
                         wc_update,
                         wc_update_baton,
                         TRUE, /* fetch_content */

Care to apply, build, and test?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 3 17:29:10 2004

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.