ok it's tough. I have some notes, I created some time ago, maybe it will help:
step 1) Dexterity:
I installed the dexterity source code control server
- there is no built in provider for TFS currently, so I'm going to have to use the Generic provider in dex.
- what that means is doing a checkout (or checkin) is not done automatically, it has to be done manually and adds another step do the checkout.
When you install it, it will ask for the root path, make it c:\DSCCS.
Step 2) TFS:
In Visual studio, I created a new TFS project $/GreatPlains/AppID_20008.
I created a new c# project to get this one started, then I ended up deleting it.
Repointed the local path to C:\DSCCS\AppID_20008.
Step 3) in dex, go to edit/options/source control
set project name to AppID_20008 (any folder in c:\DSCCS is a project in the dex source code control).
set original dictionary to an unmodified dynamics.dic.
go to Explorer/SourceCodeControl:
update the SCC state
then checkin all resources
(this steps exports them to C:\DSCCS\AppID_20008)
Step 4) in TFS add the folders Application,Base,Forms,Scripts from C:\DSCCS\AppID_20008.
then check them in.
done!