Daniel Shahaf <d...@daniel.shahaf.name> writes: > * svn_client_relocate2() takes an IGNORE_EXTERNALS parameter. Should > we pass TRUE always to that parameter, or should we pass the > identically-named parameter of the calling function? (the calling > function *happens* to have an appropriately-named parameter, but > I haven't checked its semantics)
I suppose passing the ignore_externals parameter would be a good idea. Where svn_client__update_internal calls update_internal to implement make_parents we probably don't want externals introduced. -- Philip