websvn

SVN - reviewing changes made by a specific person

I have two programmers who make changes to the same project. Their commits interchange, but they mostly work on different parts of the project (although very often they modify the same files): Commit 1 - Programmer A Commit 2 - Programmer A Commit 3 - Programmer B Commit 4 - Programmer A Commit 5 - Programmer B Commit 6 - Programm...

How to get HTML files to find their dependencies' file paths using WebSVN?

I set up DAV SVN recently with svn:mime-type set to "text/html" on my HTML files, which allows me to see the HTML file rendered normally in the browser, instead of plain text. However, I switched to WebSVN so I could get syntax-highlighting on my code files, and now the HTML files are not able to locate their dependencies - js, css, etc...