I'm preparing automated build of Dynamics AX 2009 environments from Visual SourceSafe repository. I'm familiar with TFS, but not with SourceSafe.
I followed the usual approach - get .xpo files from version control (ss get), combine them and import to AX. It works, but there is a problem - when AX developers call "Add to Version Control", the object is immediately inserted to SourceSafe repository (with Action = "Created"). Such an object is not finished (and commited) yet, but it is returned by Get, therefore included in a build - and that can easily broke the build.
AX synchronization seems to ignore items with "Created" action only (no "Checked in"), so this can be a solution for building environments. But does it mean that I can't simply use Get command in SourceSafe if it contains code from Dynamics AX?
*This post is locked for comments
I have the same question (0)