We use the VSS integration. I noticed that the checkins include the 'version', but not the checkin date, like this:

The same holds for the history of a file:

Can this be change to include the date and time the checkin took place?
|
0
|
We use the VSS integration. I noticed that the checkins include the 'version', but not the checkin date, like this:
The same holds for the history of a file:
Can this be change to include the date and time the checkin took place? |
|||
|
|
|
1
|
There is't a way to customize the checkins pop-up to show the date of the checkin. A custom plugin could add a field to the FogBugz source control checkin object to store the date and time, and a plugin could show "pseudo bugevents" in the case (as Kiln does) or create actual case edits for the checkin events. Here is a very simple example plugin in the FogBugz developers wiki which adds checkins as edits to cases. Check the Plugin Gallery for existing third party solutions or write your own. |
|||
|