Svn Checkout Directories only
Checkout all directories only on the root of the repo
This would checkout the empty directories dir1
, dir2
, dir3
Get another level of the directories
This would update all subdirectories under dir2
, i.e. dir2/subdir1
and dir2/subdir2
Get all of the contents inside dir3
dir3
This would update all subdirectories and files under dir3
recursively
List folder with depth
List immediates folder
List folder recursively
Reference
Last updated
Was this helpful?