Hello, all
According to the documentation for svn diff,
The -c M option is equivalent to -r N:M where N = M-1
The documation of the -c option agrees:
this option is syntactic sugar for -r ARG-1:ARG.
I tried it:
svn diff -r HEAD:6876 [works]
svn diff -c HEAD [fails]
The -c op
Hi,
In article <20201207201138.4ef0e7d22934ff7511c7c...@gmail.com>
anton@gmail.com writes:
> Hello, all
>
> According to the documentation for svn diff,
>
>The -c M option is equivalent to -r N:M where N = M-1
>
> The documation of the -c option agrees:
>
>this option is syntactic
On Mon, Dec 7, 2020 at 1:47 PM Yasuhito FUTATSUKI
wrote:
>
> As the error message says, '-c' option accepts only numeric revision.
> It seems it is a kind of bug that the help text is not kind enough.
A possible rationale is that the HEAD revision could change without your
knowledge (e.g., anot
Nathan Hartman wrote on Mon, 07 Dec 2020 20:50 +00:00:
> On Mon, Dec 7, 2020 at 1:47 PM Yasuhito FUTATSUKI
> wrote:
> >
> > As the error message says, '-c' option accepts only numeric revision.
> > It seems it is a kind of bug that the help text is not kind enough.
>
> A possible rationale is