Hi all, When I want to check out something like http://mysvn/trunk/firstDir/secondDir/thirdDir/FourthDir/FifthDir I do the following: svn co http://mysvn/trunk cd trunk svn up firstDir --depth files cd firstDir svn up secondDir --depth files cd secondDir svn up thirdDir --depth files
etc. etc. Is there a way to simply check out the FifthDir directory and have all of the intermediate directories (firstDir, secondDir, thirdDir, fourthDir) automatically checked out? Maybe I'm just being lazy :) But I think this would be a useful feature, especially for big svn databases... Thanks, Mark