datalad_next.patches.add_method_url2transport_path
Add the method url2transport_path()
to RIA IO-abstraction classes
This patch adds the method url2transport_path()
to the IO-abstraction
classes: datalad.distributed.ora_remote.LocalIO
, and to the class
datalad.distributed.ora_remote.HTTPRemoteIO
.
This method is required by the patches that add Windows-client support to RIA-code. It converts internally used abstract paths to concrete paths that are platform- andIO-abstraction specific and on which IO-operations cam be performed.