PDA

View Full Version : Version control using CMVC


buzz
01-27-2009, 09:42 AM
Can CMVC be integrated with Build Pro ? Currently we use VSS , which is supported by BuildPro, but we need to move to CMVC and so was wondering if Build pro supports CMVC at all or not(say,for eg: a check in or check out using a VSS database is pretty much supported in buildpro, but that may be because buildpro internally understands the filesystem structure for a VSS db ,but not necessarily for CMVC)??

kinook
01-27-2009, 10:27 AM
That appears to be a product which is no longer for sale, so it's unlikely that we'll add full integration into VBP for it.
http://en.wikipedia.org/wiki/Cmvc

But if CMVC supports a command-line interface, you could call it from a Run Program action.
http://www.visualbuild.com/Manual/runprogramaction.htm

If it supports a COM automation interface, you could call it from a Run Script action.
http://www.visualbuild.com/Manual/runscript.htm

In either case, you could also wrap it in a custom user action.
http://www.visualbuild.com/Manual/userdefaction.htm