Add ability to generate a list of affected objects
I often have to put together a changelist that essentially lists the affected objects (tables, SPs, etc.) for documentation purposes. In Tortoise, I can highlight one or more revisions then in a separate page, shift or control select several or all items and hit Control-C to copy that as text. Then I can paste it and get a nice long list of table names, SP names etc like this:
SomeTable
AnotherTabl
uspmyStoredProc
uspSomeoneElsesSP
It's something I use for documentation and it just would make life so much easier. Not sure if it's a big deal to make that happen.
-
philcart commented
Not applicable in SVN environment, but thought I'd add to this to give a different viewpoint. Currently we use TFS Sidekicks in Visual Studio to do this. Slight bit of pain as it means I have to have a full version of Visual Studio installed to utilize the functionality. Having this in SSC would reduce the number of tools I have to hop through on a day-to-day basis.
-
Stephen commented
@David: for those of us who use SSMS and merely have SVN as "the black box that handles my source", having this ability in SSC is a need, not a nicety. Please consider this in the next release plan.
-
Thanks for the request. I assume you can currently use Tortoise to achieve this? Or doesn't this provide all the information you need?