get list of changed objects for multiple revision numbers
Alneser
Posts: 4 New member
is it possible in redgate source control to get list of changed objects for multiple revision numbers.
i want to gather all the objects when we do a release and i want all the changed objects for a list of checkins (revision)
i want to gather all the objects when we do a release and i want all the changed objects for a list of checkins (revision)
Tagged:
Best Answer
-
Mike U Posts: 316 Gold 1In that case, you can use Team Explorer, or the TF command line (https://docs.microsoft.com/en-us/vsts/tfvc/use-team-foundation-version-control-commands) to report on the history of changes. Each database object maps to a file in the repository, so you should be able to get the information you want.Development Lead
Redgate Software
Answers
Redgate Software