Hi. Since it is a URL, does it work if you percent encode the backslash, so \s becomes %5Cs? On Friday, 28 April 2023 at 08:35:46 UTC+10 [email protected] wrote:
> I have a remote server which outputs test results which I would then like > to compare against expected results in my remote SVN repository. The remote > server is accessible via file explorer but the remote SVN repository is > not. When attempting to use the diff command, the URL I supply for the > remote SVN repository has all \s replaced with /s this making it > inaccessible for my diff tool. > > Is there any escape character so that the /s are not converted or > otherwise a method of carrying out diff checking with a URL against a path? > > Note that showcompare will not work as the remote server which outputs > test results is not an SVN repository (and nor would I want to convert it > as such). I am looking to directly compare files in a non-SVN repository > from the output of unit tests against a base SVN repository listing > expected results. > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/428533e8-7c67-46cf-91cc-3102b0f95951n%40googlegroups.com.
