How can we help you today? How can we help you today?
dwainew
OUCH, saved a draft a few days ago, and now it's gone.... ugh. The page you've called out helps me understand why the app is working the way it does, but not how to use it in the wild. The real question is how to get the truth into TFS. What's the workflow? I'm used to being able to tell source control what the truth is based on my knowledge of the state of the project, not having the tooling dictate which direction information can flow. This is probably me not having that ah-ha moment of understanding, so please, set me strait! Using the page you've referenced as an example, I'd like to call out the moment I start to stumble... If we compare Amanda's database and the scripts folder in source control, we can see a table in Amanda's database that isn't in source control. We don't have any information about where the difference came from, so we can't tell whether we should commit that table to source control or drop it from Amanda's database. Shouldn't it be up to AMANDA what to do with the table? She's the dev and knows what her intent is. The table should show on both the commit tab as an add (to push the table to SCS) AND the get latest tab as a drop from the database. my situation is this.... Amanda commits the table from her local db to TFS and labels this as v1. Amanda is informed by the master of her universe that v2 now lives on server xyz. (v2 is actually an empty db, so the table isn't there) Amanda opens SSMS and links xyz.db to the same TFS node with the intent of checking in v2. To her surprise, SSC shows (by way of the icon in object explorer) that there are no differences! The commit tab shows nothing. Are v1 and v2 identical? Out of curiosity, Amanda views the Get latest tab and sees that there IS A DIFFERENCE between the DB and TFS that was otherwise unknown to her and SSC is offering to add the table to the v2 db. What should Amanda do? She knows the new db is the truth, but can't check it in because SSC is only offering to go from TFS to DB. / comments
OUCH, saved a draft a few days ago, and now it's gone.... ugh. The page you've called out helps me understand why the app is working the way it does, but not how to use it in the wild. The real q...
0 votes