Re: [PATCH] v3 Fix #3390 Relative externals not updated during switch

2009-12-21 Thread Philip Martin
Daniel Näslund writes: > + /* First try to get the associated url and if there is none as is the case > + * for exports then do use the user supplied values. */ > + err = svn_wc__node_get_url(&url, cb->ctx->wc_ctx, > + abs_parent_dir, cb->pool, cb->pool); > + > +

Re: [PATCH] v3 Fix #3390 Relative externals not updated during switch

2009-12-19 Thread Daniel Näslund
Hi! The message from Stefan Sperling is copy-pasted from another thread that refers to this one. Comments inline, new log message at bottom. On Thu, Dec 17, 2009 at 10:39:06PM +0100, Stefan Sperling wrote: > On Thu, Dec 17, 2009 at 08:40:15PM +0100, Daniel Näslund wrote: > > Hi! > > > > NOTE: T