Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to find the most recently checked in file in VSS

I have to figure out the most recently checked in files on VSS. I know the date of check in but not much info other than the directory to which they were checked. There are a large number of files and I was wondering if there is a report I can pull out from some where.

Thanks

like image 770
schar Avatar asked Jan 22 '23 21:01

schar


1 Answers

Right-click on the directory in VSS Explorer and choose View History: you can add date filters to the search, then output the results as text.

like image 86
stuartd Avatar answered Feb 06 '23 03:02

stuartd