You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Vincent Lefevre <vi...@vinc17.net> on 2022/07/16 14:23:51 UTC

missing --force option for "svn log" (useful with --diff)

When using "svn log --diff", one may need diff options.
One has --diff-cmd, --internal-diff and -x, but --force
is missing, though it would be useful too (in particular
with --diff-cmd to textify diff inputs).

-- 
Vincent Lefèvre <vi...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Re: missing --force option for "svn log" (useful with --diff)

Posted by Vincent Lefevre <vi...@vinc17.net>.
On 2022-07-29 22:41:43 +0300, Pavel Lyalyakin via dev wrote:
> On Fri, Jul 29, 2022 at 5:30 PM Branko Čibej <br...@apache.org> wrote:
> >
> > On 16.07.2022 16:23, Vincent Lefevre wrote:
> > > When using "svn log --diff", one may need diff options.
> > > One has --diff-cmd, --internal-diff and -x, but --force
> > > is missing, though it would be useful too (in particular
> > > with --diff-cmd to textify diff inputs).
> >
> > What would --force do?
> 
> I believe that this post is relevant to Vincent's request:
> https://stackoverflow.com/q/72815562.

Yes, --force would behave just like with "svn diff" (similarly
to --diff-cmd, --internal-diff and -x, whice behave like with
"svn diff").

-- 
Vincent Lefèvre <vi...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Re: missing --force option for "svn log" (useful with --diff)

Posted by Pavel Lyalyakin via dev <de...@subversion.apache.org>.
On Fri, Jul 29, 2022 at 5:30 PM Branko Čibej <br...@apache.org> wrote:
>
> On 16.07.2022 16:23, Vincent Lefevre wrote:
> > When using "svn log --diff", one may need diff options.
> > One has --diff-cmd, --internal-diff and -x, but --force
> > is missing, though it would be useful too (in particular
> > with --diff-cmd to textify diff inputs).
>
> What would --force do?

I believe that this post is relevant to Vincent's request:
https://stackoverflow.com/q/72815562.

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

Re: missing --force option for "svn log" (useful with --diff)

Posted by Branko Čibej <br...@apache.org>.
On 16.07.2022 16:23, Vincent Lefevre wrote:
> When using "svn log --diff", one may need diff options.
> One has --diff-cmd, --internal-diff and -x, but --force
> is missing, though it would be useful too (in particular
> with --diff-cmd to textify diff inputs).

What would --force do?