Svn Checkout Directories only
project/
βββ dir1
β βββ subdir1
β βββ file1
β βββ file2
β βββ file3
βββ dir2
β βββ subdir1
β βββ subdir2
βββ dir3
βββ subdir1
β βββ file1
β βββ file2
βββ subdir2Checkout all directories only on the root of the repo
svn co --depth immediates http://svn.xxx.com/project .Get another level of the directories
Get all of the contents inside dir3
dir3List folder with depth
List immediates folder
List folder recursively
Reference
Last updated