Pragmatism in the real world

Subversion Externals

Subversion's svn:externals property is the mechanism that is used to automatically check out data from other repositories into your working directory. This post is to remind me how to do it as each time I need the information, I end up Googling for it. To start, let's assume you have a lib/ directory and want to put ZF's library/ and incubator/library/ code within it so that the result looks like this: myApplication/ lib/ incubator/Zend/ Zend/… continue reading.