I'm migrating from Visual source safe to SVN, so please forgive my ignorance. I was browsing this link which talk about best practices in SVN. And something seems very wierd to me.
Copies of third party software projects or depedencies in SVN is unacceptable
What ??? How Team city is supposed to build my project if I don't save the dependencies in the SVN ?? How new developpers can build in one step ? Where can I save some depedencies of my tests (like a test subfolder in my project which contains raw data).
Am I missing an important concept somewhere ?