"C. Michael Pilato" <[email protected]> writes:
> On 10/28/2010 04:54 PM, [email protected] 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