What would be a good way to collaborate with web designers (proficient in CSS and HTML) in an ASP.NET project, while at the same keeping everything in sync using SVN?
- We don't want the compiled DLLs (i.e the "bin" folder) in the source repository (not in the trunk anyway)
- We don't to require that the designers have Visual Studio or a working build environment
- We want the designers to be able to run the site (locally or remotely)
- We want the designers' changes to be synced with the SVN trunk
(we have a build server running TeamCity, so some kind of automation process is possible)