-
Notifications
You must be signed in to change notification settings - Fork 48
Description
We are working with a cvs Repository and have used diffuse for many years to view changes in commits. Since the release of Version 0.8.2 our tools no longer function as expected and we are forced to downgrade to the older version 0.7.7.
From our tools we are running:
diffuse -c 1.16 <file1_path> -c 2.3 <file2_path> -c 24.3 <file3_path>
In Version 0.7.7 this opens cvs File Version difference from 1.15 to 1.16 for file 1, from 2.2 to 2.3 for file 2 and so on.
In Version 0.8.2 this opens cvs File Version difference 24.2 to 24.3 for all the files, even if these Versions do not exist. And since it cannot find this version, it fails to show the diff.
This is on Fedora 38 and 37.
If this is the intended behavior after the upgrade, we would be very interested to know, how we can achieve a similar result.
Thank you for the help.