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

Re: svn commit: r1028472 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/deprecated.c libsvn_client/externals.c libsvn_client/relocate.c svn/main.c svn/relocate-cmd.c svn/switch-cmd.c tests/cmdline/switch_tests.py

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 28 Oct 2010 23:25:32 +0100

"C. Michael Pilato" <cmpilato_at_collab.net> writes:

> On 10/28/2010 04:54 PM, cmpilato_at_apache.org wrote:
>> Author: cmpilato
>> Date: Thu Oct 28 20:54:14 2010
>> New Revision: 1028472
>>
>> URL: http://svn.apache.org/viewvc?rev=1028472&view=rev
>> Log:
>> Fix issue #3597 -- "relocate should update externals from the same
>> repository, too".
>
> Heads up! This broke the javahl build. API changes requiring bindings
> love, etc. I'm lost in that world, but will try to correct the problem
> tomorrow if nobody beats me to it.

I don't know whether we should pass TRUE or FALSE:

Index: subversion/bindings/javahl/native/SVNClient.cpp
===================================================================
--- subversion/bindings/javahl/native/SVNClient.cpp (revision 1028508)
+++ subversion/bindings/javahl/native/SVNClient.cpp (working copy)
@@ -1171,7 +1171,7 @@
         return;
 
     SVN_JNI_ERR(svn_client_relocate2(intPath.c_str(), intFrom.c_str(),
- intTo.c_str(), ctx,
+ intTo.c_str(), FALSE, ctx,
                                      requestPool.pool()), );
 }
 

-- 
Philip
Received on 2010-10-29 00:26:16 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.