Re: [Suggestion] TortoiseMerge - go to to next/previous file

2018-02-23 Thread Stefan via TortoiseSVN
On Friday, February 23, 2018 at 9:04:23 AM UTC+1, H. Niemann wrote: > > Hello Stefan! > > > > This could be implemented by reserving a return code for “finished without > error, go to next” and one for “finished without error, go to previous” > > and the calling application could react by

AW: [Suggestion] TortoiseMerge - go to to next/previous file

2018-02-23 Thread TortoiseSVN on behalf of H. Niemann
Hello Stefan! This could be implemented by reserving a return code for “finished without error, go to next” and one for “finished without error, go to previous” and the calling application could react by starting a new TMerge instance for the previous / next file. Then there would be no need

Re: [Suggestion] TortoiseMerge - go to to next/previous file

2018-02-22 Thread Stefan via TortoiseSVN
TMerge does not have the means to fetch files from a working copy, especially not from a repository. To make this work, we'd have to fetch and save all the possible files to a temp location and then pass the full list to TMerge. Now imagine a commit dialog with 200 changed files... So no, that