I'm in the process of creating a stable development environment for my team of developers.
Hence subversion.
My question though, is more around a folder like '/images'. We've got a web designer tinkers with the site design. Now obviously the css file can be controlled, but what about image files???
I've setup SVN with dreamweaver, so on commit it updates a working directory of the site - hosted on the dev box by apache - so we can access and view our changes.
Problem is, how does my designer add his images??
Straight into the working directory? But that would cause the working directory he's updating to be out of sync with the repository?
Can anyone advise me on common practice here?
Last updated