How to use svn2git on repository
问题 I'm using svn2git to test the migration of an svn repo to a git. Now my svn is build like thise myproj contains repo1 / repo2 (obsolete)/ old/ Every repo contains its own branches, tags etc. I only need everything which is in repo1. When I start the process I get this: svn2git https://server/myproj/repo1 --username LVO output: Initialized empty Git repository in /folder/.git/ Using higher level of URL: https://server/myproj/repo1 => https://server/myproj And than the process starts. I'm