You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create files `/path/to/repo/file-at-root-path.txt` and `/path/to/repo/file/nested/within/repo.jmx`, with folders `/path/to/repo/some-folder` and `/path/to/repo/nested/folder/to/checkout` completely recreating their corresponding working tree path.
700
+
This will create files `/path/to/repo/root-file.txt` and `/path/to/repo/file/this-file.txt`, with folders `/path/to/repo/checkout-folder` and `/path/to/repo/folder/this-folder/` completely recreating their corresponding working tree path.
687
701
688
702
When specified, the `depth` parameter will also be applied to the `includes` -- the root directory will be checked out using an `empty` depth, and the `includes` you specify will be checked out using the `depth` you provide.
*`depth` - Supports shallow clones in `git` or sets the scope limit in `svn`. (Available with `git` and `svn`.)
844
858
*`filesystem_types` - Supports multiple types of filesystem. (Available with `svn`.)
845
859
*`gzip_compression` - Supports explicit GZip compression levels. (Available with `cvs`.)
846
-
*`include_paths` - Lets you checkout only certain paths. (Available with `svn`.)
860
+
*`include_paths` - Lets you checkout only certain paths. (Available with `git` and `svn`.)
847
861
*`modules` - Lets you choose a specific repository module. (Available with `cvs`.)
848
862
*`multiple_remotes` - Tracks multiple remote repositories. (Available with `git`.)
849
863
*`reference_tracking` - Lets you track revision references that can change over time (e.g., some VCS tags and branch names). (Available with all providers)
0 commit comments