[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

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

2017-07-16 Thread Philip Martin
Doug Brown writes: > 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 Committed as r1802080. Thanks! -- Philip

[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