Alfred E. Neuman via TortoiseSVN 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.
>[...]
can you explain in more detail what you are doing?
So far I understand, that you have a file (reachable via windows
explorer on a file share).
I assume this file is not under version control?
The file to which to compare is versioned and accessible via
Repository URL.
What diff-tool are you using?
It sounds like it's not TortoiseUDiff.
To directly diff a file in the file system against a file in a
subversion repository, the diff-tool would need to connect with the
subversion server to abtain a copy of the file in the repository.
Not all diff-tools support that.
--
Lorenz