-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bert Huijben wrote:
>> @@ -6688,8 +6688,16 @@ merge_cousins_and_supplement_mergeinfo(c
>> apr_array_header_t *remove_sources, *add_sources, *ranges;
>> svn_opt_revision_t peg_revision;
>> const char *old_url;
>> + const char *source_repos_uuid;
>> + const char *wc_repos_uuid;
>> +
>> + SVN_ERR(svn_client_uuid_from_url(&source_repos_uuid,
>> source_repos_root,
>> + ctx, pool));
>> + SVN_ERR(svn_client_uuid_from_url(&wc_repos_uuid, wc_repos_root,
>> + ctx, pool));
>> +
>> svn_boolean_t same_repos =
>> - (strcmp(wc_repos_root, source_repos_root) == 0) ? TRUE : FALSE;
>> + (strcmp(wc_repos_uuid, source_repos_uuid) == 0) ? TRUE : FALSE;
>
> Could you do this only when the repository root doesn't match?
Done in r35626.
- --
Senthil Kumaran S
http://www.stylesen.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmG82IACgkQ9o1G+2zNQDgNgACgtIlKYdfroYLVc1kubJx/WOzU
1OoAniEZOBL/BCB8lJBs2EasUQFE5pOl
=kACk
-----END PGP SIGNATURE-----
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1090601
Received on 2009-02-02 14:22:12 CET