We currently have SVN set up as the source control repository to track changes we make to a CMS, and everyone is checking out local copies from a central repository. As well as this, everyone is working from the same MySQL database backend for the CMS. The CMS we are using is CMS Made Simple. The problem arises with uploads to the CMS. If one developer is to upload say an image file, an entry to the file's location is entered in the CMS database. However this file actually only exists in one developer's local copy of the CMS, as he is yet to check that in. This then causes issues with other developers' copies until this uploaded image is checked in. Does anyone know of a way to get around this problem?
Thanks, Dane.