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