What are the best practices for checking in BIN directories in a collaborative development environment using SVN? Should project level references be excluded from checkin?
Maven helps quite a lot with this problem when I'm coding java. We commit the pom.xml to the scs and the maven repository contains all our dependencies.
For me that seems like a nice way to do it.