Noorul Islam K M <[email protected]> writes: > [[[ > Fix issue 3727: Fix regression caused by r880559 > > * subversion/tests/cmdline/export_tests.py > (export_to_explicit_cwd): Remove XFail. > > * subversion/svn/export-cmd.c > (svn_cl__export): Move logic into subversion/libsvn_client/export.c > > * subversion/libsvn_client/export.c > (svn_client_export5): If the explicit TO path is '.', treat it as if it > weren't > given only if the source is a file. > > Patch by: Noorul Islam K M <noorul{_AT_}collab.net> > ]]]
I tweaked it to use svn_path_is_empty, to pass a NULL pool where the basename does not need to be allocated, and to update the svn_client_export5 docstring. r1029751. Thanks! -- Philip

