We work in a team of developers using GIT. What we find, especially when a version of the Umbraco Cloud CMS is upgraded. A user who has pulled the updates from Development locally is OK to run the site locally BUT as webconfig files and DLLs are GIT ignored other developers have errors as their settings and dlls are outdated.
Is there a way that we can combat this going forward?
Should we un-ignore the webconfig and dlls?
Umbraco Cloud issue with Git-Ignore
HI,
We work in a team of developers using GIT. What we find, especially when a version of the Umbraco Cloud CMS is upgraded. A user who has pulled the updates from Development locally is OK to run the site locally BUT as webconfig files and DLLs are GIT ignored other developers have errors as their settings and dlls are outdated.
Is there a way that we can combat this going forward? Should we un-ignore the webconfig and dlls?
I hope this makes sense,
Jon
Hi Jon,
How did you setup the project ?
Because normally a clone from the cloud environment does not ignore dll and config files.
Without more details of your development setup it will be hard to pin point the exact problem.
Dave
Hi, We used the UAAS command file to set up the local project from Cloud.
Hi Jon,
So you have core project in your own git repository ?
In that case it's wise that a developer always pulls your own repository and the git repository from cloud.
Personally I think there are better ways of doing theme development with Umbraco Cloud than the default setup.
It's worth reading the following articles : https://skrift.io/issues/integrating-umbraco-cloud-with-team-development-workflow/
https://skrift.io/issues/take-two-another-approach-for-team-development-workflow-with-umbraco-cloud/
https://shazwazza.com/post/web-application-projects-with-umbraco-cloud/
Dave
is working on a reply...