[PATCH] add ability to export a specific revision when a working copy path is supplied (v2)

2017-07-17 Thread Doug Brown
Hi Philip, On 7/17/2017 4:14 AM, Philip Martin wrote: > - move the conversion from export_directory to svn_client_export5 > - change the parameter names in export_file_ev2, export_file, >export_directory > - remove the path code from those functions as it is never used > - add SVN_ERR_ASSE

[PATCH] add ability to export a specific revision when a working copy path is supplied

2017-07-16 Thread Doug Brown
The attached patch fixes an assertion failure when exporting from a working copy with the -r option when you have svn:externals that use the root-relative ^/ syntax, and updates the export_revision_with_root_relative_external test I recently wrote that checks for this situation. I'm completely new

[PATCH] add test for exporting specific revision with root-relative externals

2017-07-16 Thread Doug Brown
The attached patch adds a new test, currently marked as XFail, for an issue I recently discovered and posted about over on the users list ("Root-relative svn:externals result in error exporting a specific revision"). In a nutshell, if you are exporting from a working copy with the -r option, and th