svn co --depth=files https://plugins.svn.wordpress.org/woocommerce/ # Checkout project without fetching content cd woocommerce svn up assets branches trunk # Fetch content for everything except for the tags svn up --set-depth=immediates tags # Create tags directory tree, but don't fetch any content svn up --set-depth=infinity tags/ # Fetch content for a tag