現在、これに対する回避策タイプのソリューションがあります。私はそれを共有しますが、これを行う方法/これが可能かどうかを知ることに非常に興味があります.
回避策:
Check out two copies of the code based on certain dates
and do a directory diff with something like Beyond Compare.
問題:
What changes were made on or around June 25th?
解決策 (Windows):
1. Create two directories C:\dirA\ and C:\dirB\
2. Right-click C:\dirA\ and click 'CVS Checkout...'
3. Select the appropriate Module
4. Click the 'Revision' tab
5. Choose to get the 'Files at a certain time' and pick June 24th.
6. Repeat steps 2 - 4 on C:\dirB\
7. Choose to get the 'Files at a certain time' and pick June 26th.
8. Do a directory diff of C:\dirA\ vs C:\dirB\
9. Any differences will have been checked in on either the 24th, 25th, or 26th.
10. View CVS History to determine the exact date and time of a particular change.
確かに、これは最もエレガントなソリューションではありませんが、機能します。日付範囲が広すぎず、プロジェクトが開発者で混雑していない限り、表示されるほとんどの変更は、探しているものになります。
明らかに、これのいくぶんクルーゲのような性質を考えると、私はまだよりエレガントなソリューションに非常に興味があり、誰かが何らかの意見を持っている場合に備えて、この質問を開いたままにします.