Fetch-SvnToGitMirror.ps1
param ( $Path ) Set-Location $Path git svn fetch git push origin --mirror --force |
param ( $Path ) Set-Location $Path git svn fetch git push origin --mirror --force |