+24
Completed

Clone: option which branch should be checked out

Marc Strapetz 8 years ago updated by Thomas Singer 7 years ago 3

The Clone wizard should provide an option which branch should be checked out as a result of the clone. This will also affect checked out submodules.

svn sparse check out is useful for large repo.

support this kind of featrues for svn repo, it's really useful for large repo:

// .git/config

"

branches = branches/{develop,feature}:refs/remotes/origin/*

tags = tags/{5.11.6,1.0_REL}:refs/remotes/origin/tags/*

"

Completed

For Git repositories this will be implemented in 17.1 preview 5.