Re: Why option --diff and -q of svn log are mutually exclusive

2019-12-22 Thread Daniel Shahaf
Branko Čibej wrote on Sun, 22 Dec 2019 07:26 +00:00: > On 22.12.2019 04:55, Daniel Shahaf wrote: > > wuzhouhui wrote on Sun, 22 Dec 2019 03:29 +00:00: > >> When I use > >> > >> svn log -q --diff > >> > >> to display only different of every revision, the svn report error: > >> > >> svn:

Re: Why option --diff and -q of svn log are mutually exclusive

2019-12-21 Thread Branko Čibej
On 22.12.2019 04:55, Daniel Shahaf wrote: > wuzhouhui wrote on Sun, 22 Dec 2019 03:29 +00:00: >> When I use >> >> svn log -q --diff >> >> to display only different of every revision, the svn report error: >> >> svn: E205000: Try 'svn help log' for more information >> svn: E205000:

Re: Why option --diff and -q of svn log are mutually exclusive

2019-12-21 Thread Daniel Shahaf
wuzhouhui wrote on Sun, 22 Dec 2019 03:29 +00:00: > When I use > > svn log -q --diff > > to display only different of every revision, the svn report error: > > svn: E205000: Try 'svn help log' for more information > svn: E205000: 'quiet' and 'diff' options are mutually exclusive >

Why option --diff and -q of svn log are mutually exclusive

2019-12-21 Thread wuzhouhui
Hi, When I use svn log -q --diff to display only different of every revision, the svn report error: svn: E205000: Try 'svn help log' for more information svn: E205000: 'quiet' and 'diff' options are mutually exclusive I just don't understand why option --diff and -q are mutually