runenur wrote:
Hey guys,I just tried to do a clean compile of the code base, and notices that there's a dependency to the SharpZipLib assembly. If this is a necessary dependency, why is the assembly not included in the svn repository? It is considered best practice to have all dependencies checked into the repository, so that it is possible to do a clean
It's by no means best practice. It might be convenient, but the distribution of binary blobs out of SVN is considered unsafe. Robert