On Oct 24, 2011, at 2:41 PM, Jacob Weber wrote:
> For example, if I give it two URLs:
> svn diff https://repos/proj1/dir1/dir2https://repos/proj2/dir1/dir2
>
> I get something like this, with the repository-relative paths in parentheses,
> prefixed by "...":
> Index: file1
> =
I'm looking for the repository-relative paths. It seems like I get these in
some cases, but not others.
For example, if I give it two URLs:
svn diff https://repos/proj1/dir1/dir2https://repos/proj2/dir1/dir2
I get something like this, with the repository-relative paths in parentheses,
prefixed
Jacob Weber writes:
> I want to pass the output of "svn diff OLD-URL NEW-URL" to a
> code-review tool, but I need to include the full path of each file
> in the ---/+++ headers.
>
> The paths in the output always seem to be relative to the directories
> you pass in. Is there a way to make it i
I want to pass the output of "svn diff OLD-URL NEW-URL" to a
code-review tool, but I need to include the full path of each file
in the ---/+++ headers.
The paths in the output always seem to be relative to the directories
you pass in. Is there a way to make it include the full paths?
Thanks,
J