Re: SHA-1 collision in repository?

2018-02-26 Thread Branko Čibej
On 26.02.2018 22:41, Myria wrote: > -bash-4.1$ sqlite3 rep-cache.db "select * from rep_cache where > hash='db11617ef1454332336e00abc311d44bc698f3b3'" > db11617ef1454332336e00abc311d44bc698f3b3|604440|34|134255|136680 > > The line from the grep -a command containing that hash is below. They > all m

Re: Show textual diff in a moved/copied file - how?

2018-02-26 Thread Alexey Neyman
On 02/26/2018 01:49 AM, Stefan Sperling wrote: And, I find it quite counter-intuitive. I would expect --notice-ancestry at least to take ancestral relationship between these files into account; (I don't have time to look at the code right now, so I'm speculating a bit.) You're diffing *directori

Re: SHA-1 collision in repository?

2018-02-26 Thread Myria
-bash-4.1$ sqlite3 rep-cache.db "select * from rep_cache where hash='db11617ef1454332336e00abc311d44bc698f3b3'" db11617ef1454332336e00abc311d44bc698f3b3|604440|34|134255|136680 The line from the grep -a command containing that hash is below. They all match. text: 604440 34 134255 136680 c9f4fabc4

Re: Show textual diff in a moved/copied file - how?

2018-02-26 Thread Johan Corveleyn
On Mon, Feb 26, 2018 at 10:49 AM, Stefan Sperling wrote: > On Mon, Feb 26, 2018 at 12:43:42AM -0800, Alexey Neyman wrote: >> On 02/26/2018 12:18 AM, Stefan Sperling wrote: >> > On Sun, Feb 25, 2018 at 11:38:03PM -0800, Alexey Neyman wrote: >> > > Hi all, >> > > >> > > I am trying to dig for some c

Re: Show textual diff in a moved/copied file - how?

2018-02-26 Thread Stefan Sperling
On Mon, Feb 26, 2018 at 12:43:42AM -0800, Alexey Neyman wrote: > On 02/26/2018 12:18 AM, Stefan Sperling wrote: > > On Sun, Feb 25, 2018 at 11:38:03PM -0800, Alexey Neyman wrote: > > > Hi all, > > > > > > I am trying to dig for some changes in a file that was moved a few times > > > and > > > 'sv

Re: Show textual diff in a moved/copied file - how?

2018-02-26 Thread Alexey Neyman
On 02/26/2018 12:18 AM, Stefan Sperling wrote: On Sun, Feb 25, 2018 at 11:38:03PM -0800, Alexey Neyman wrote: Hi all, I am trying to dig for some changes in a file that was moved a few times and 'svn diff' shows full "remove old location and add new location as if it were a new file" diffs, whi

Re: Show textual diff in a moved/copied file - how?

2018-02-26 Thread Stefan Sperling
On Sun, Feb 25, 2018 at 11:38:03PM -0800, Alexey Neyman wrote: > Hi all, > > I am trying to dig for some changes in a file that was moved a few times and > 'svn diff' shows full "remove old location and add new location as if it > were a new file" diffs, which are not helpful. Is there a way to ma