I am trying to migrate source code with subgit, it says import sucess but, when I open directory, I see only git and subgit folders with some meta data and history files, but no actual source code, my branches directory is also empty.
Peg location detected: r526 nmpc_framework/trunk Fetching SVN history... Done. Growing trees... Done. Project origin detected: r390 nmpc_framework/trunk Building branches layouts... Done. Combing beards... Done. Generating SVN to Git mapping... Done.
CONFIGURATION SUCCESSFUL
To complete SubGit installation do the following:
1) Adjust Subversion to Git branches mapping if necessary: C:\Sources\Git\TestMigrationNMPC\subgit\config 2) Define at least one Subversion credentials in default SubGit passwd file at: C:\Sources\Git\TestMigrationNMPC\subgit\passwd OR configure SSH or SSL credentials in the [auth] section of: C:\Sources\Git\TestMigrationNMPC\subgit\config 3) Optionally, add custom authors mapping to the authors.txt file(s) at: C:\Sources\Git\TestMigrationNMPC\subgit\authors.txt 4) Run SubGit 'install' command: subgit install "C:\Sources\Git\TestMigrationNMPC"
C:\Users\h175494\Downloads\subgit-3.2.7\subgit-3.2.7\bin>subgit import "C:\Sourc es\Git\TestMigrationNMPC" SubGit version 3.2.7 ('Bobique') build #3729
Translating Subversion revisions to Git commits...
Subversion revisions translated: 526. Total time: 108 seconds.
IMPORT SUCCESSFUL
Here are the commands I am executing -
subgit configure http://address.global.ds.mycompany.com/svn/onramp/nmpc_framework C:/Sources/Git/TestMigrationNMPC
subgit import "C:\Sources\Git\TestMigrationNMPC"
Screenshot of directory structure created
What wrong I am doing here?