I have several Composite C1 CMS websites.
To edit them, I am currently using web CMS on a real site.
However - I would like to update (code and content) in Visual Studio locally - then synchronize with the Internet. However, if my local copy is older than this online (for example, a non-technical client edited something on a real site) and I Web Deploy - it will go over the top of the new file on the server.
Do I need a solution that will develop a new change? I can not find anything in Google or C1 docs.
How to synchronize - preferably with Web Deploy. Do I need any version control?
Is there a best practice for this - editing a live site through a web interface seems a bit risky and slow.
source
share