We are looking at creating our first EPiServer build server with our latest EPiServer CMS 5 project. One of the issues we encounter with this is the need to have the build server automatically perform the required site imports using an epi export file within source control.
Is there a web service or something else available to provide a means to import content & page types from a epi export file into a EPiServer site programmatically? Or has anyone been able to achieve continuous integration principles with EPiServer and can share their knowledge?
Thanks
Rachel
We have been using CruiseControl with the last couple of projects here at Dropit. Unfortunately we haven't found a way to diff content and page types etc between builds in a satisfying way or doing this automatically as you describe. So far we have either been copying the database or using the same database on our test server and developer machines.