This is step-by-step howto related to referring to the external project using svn. Make externs sub directory in your project where all the external references will be collected: svn mkdir externs Create a properties file that will include “folder-repository” pairs you are referring to: cat > /tmp/props local-projname http://www.rep.com/svn/projname Apply svn:externals property for externs dir: [...]