Your comments

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/*

"

svn sparse check out is useful for large repo.