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