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

Re: updating externals, possible bug

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2007-06-08 19:08:13 CEST

Stefan Küng wrote:
> [...]
> With an 1.4.x client, the externals folder would correctly switch over
> to the new URL, *including* all the subfolders.
>
> But with the latest version from trunk, this is not the case. Only the
> external folder itself points to the new URL after the update. All its
> subfolders will still point to the old URL of the external.

It looks like the call to svn_client__switch_internal() in
libsvn_client/externals.c:switch_external() wasn't updated to pass a
depth instead of a boolean. It passes TRUE, which means svn_depth_files
when converted to a depth.

I'll fix this in a moment.

-- 
Vlad
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 8 19:08:30 2007

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.