I\'m looking at setting SCSS up on a platform that uses SVN with multiple websites on a team of eight.
Our currently site structure is like this.
REP
#!/bin/bash for i in repoa repob repoc repod do compass watch "$i/pathtoyourconfig.rb" & done