28 August 2014

Checking out from SVN while ignoring some folders

This can be done, although there is no automatic mechanism to do this.

Basically you have to check out using --depth=immediates so the contents of the folders are not checked out. After that, you need to run svn update --set-depth=infinity for all the folders in which you need the files to be checked out.