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

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

From: Blair Zajac <blair_at_orcaware.com>
Date: Thu, 04 Sep 2008 19:42:22 -0700

Arfrever Frehtes Taifersar Arahesis wrote:
> 2008-09-04 16:50:19 blair_at_tigris.org napisał(a):
>> Author: blair
>> Date: Thu Sep 4 07:50:19 2008
>> New Revision: 32897
>>
>> Log:
>> Fix some inconsistencies with svn:externals handling.
>>
>> 1) Removing an external or a file in a directory external and running
>> 'svn update' will restore the external itself or an item in the
>> external, however, 'svn switch' will not using the same URL.
>>
>> 2) compare_external_items() should not compare externals as identical
>> if either one uses a HEAD peg revision, since a commit may have
>> replaced the item with another one.
>>
>> Also see http://svn.haxx.se/dev/archive-2008-08/0714.shtml .
>>
>> The amazing thing about this patch is that it removes code from svn_wc :)
>
> s/svn_wc/svn_client/

Thanks

>> (...)
>> @@ -883,7 +850,6 @@ svn_client__fetch_externals(apr_hash_t *
>> cb.from_url = from_url;
>> cb.to_path = to_path;
>> cb.repos_root_url = repos_root_url;
>> - cb.update_unchanged = TRUE;
>> cb.timestamp_sleep = timestamp_sleep;
>> cb.is_export = is_export;
>> cb.pool = pool;
>
> This change isn't documented in the log message.

And thanks.

Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-05 04:42:48 CEST

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.