Greg Stein <gst...@gmail.com> writes: > Specifically: in the particular case that *you* created the function > for, the copyfrom-fetching would most likely *never* be invoked. > node_get_url() should return a URL in almost every situation.
The copyfrom stuff in libsvn_client/diff.c:convert_to_url dates to pre-1.0 and was to fix issue 1229. In those days it appears that copied items had copyfrom URLs but not URLs. Are there any circumstances today when a node will not have an URL but will have a copyfrom URL? Everything seems to work if I remove the copyfrom stuf from convert_to_url. -- Philip