Re: [fossil-users] Forget large set of changes

2017-12-04 Thread Andy Bradford
Thus said Paolo Bolzoni on Mon, 04 Dec 2017 12:43:19 +0100: > The customer did an update and sent me the new version. This was > unexpected, as I from the discussion we had I understood that I was > pretty much the only one working on that. Fortunately, there were no > conflicts; but on

Re: [fossil-users] Forget large set of changes

2017-12-04 Thread Paolo Bolzoni
On Mon, Dec 4, 2017 at 6:29 AM, Andy Bradford wrote: > Thus said Paolo Bolzoni on Fri, 01 Dec 2017 09:18:10 +0100: > What do you mean by, ``I got an update of these files?'' > > Does that mean that someone else committed some changes to your > repository and when you did ``fossil update''

Re: [fossil-users] Forget large set of changes

2017-12-04 Thread Mark Janssen
Fossil cannot remove existing history. So removing only one dir and the associated history is not possible. Why don't you just update the files to be sorted and after that always keep adding them sorted? The diffs up until now will still be noisy, but from now on they will be more readable and yo

Re: [fossil-users] Forget large set of changes

2017-12-03 Thread Andy Bradford
Thus said Paolo Bolzoni on Fri, 01 Dec 2017 09:18:10 +0100: > What happened is that I got an update of these files and the new > version changed the order of most the keys, but it changed only few > values. However, this changes in the order made the fossil diffs > confusing and lar

Re: [fossil-users] Forget large set of changes

2017-12-01 Thread Paolo Bolzoni
On Thu, Nov 30, 2017 at 10:06 PM, Andy Bradford wrote: > Thus said Paolo Bolzoni on Thu, 30 Nov 2017 12:40:17 +0100: > >> It worked fairly well until I received an unexpected update of the >> original files. I unpacked the new files in dir1 and fossil detected >> hundreds of changes; lookin

Re: [fossil-users] Forget large set of changes

2017-11-30 Thread Andy Bradford
Thus said Paolo Bolzoni on Thu, 30 Nov 2017 12:40:17 +0100: > It worked fairly well until I received an unexpected update of the > original files. I unpacked the new files in dir1 and fossil detected > hundreds of changes; looking better however this changes are mostly > just order change

[fossil-users] Forget large set of changes

2017-11-30 Thread Paolo Bolzoni
Dear list, I have a fairly large set of files, (a bit fewer than 60,000) containing a simple key-value store in text format. Being it so huge, and since I need to do edit only few files (besides the customer needs only the changed ones) i organized my project in this way: dir1/ original files di