nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

issue while migrating svn2git #314

Open ajasingh2022 opened 2 years ago

ajasingh2022 commented 2 years ago

C:\Users\AJASINGH\SVN Projects\testrepo>svn2git http://10.36.36.93/svn_git/ast_sep/app/ai_ml/ Initialized empty Git repository in C:/Users/AJASINGH/SVN Projects/testrepo/.git/ Using higher level of URL: http://10.36.36.93/svn_git/ast_sep/app/ai_ml => http://10.36.36.93/svn_git/ast_sep W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: File not found: revision 100, path '/app/ai_ml' W: Do not be alarmed at the above message git-svn is just searching aggressively for old history. This may take a while on large repositories Checked through r100 Checked through r200 Checked through r300 Checked through r400 ............. Checked through r14600 Checked through r14700 Checked through 1 [main] perl 1562 cygwin_exception::open_stackdumpfile: Dumping stack trace to perl.exe.stackdumpr14800 1 [main] perl 1562 cygwin_exception::open_stackdumpfile: Dumping stack trace to perl.exe.stackdump command failed: git checkout -f master

zedseven commented 2 years ago

See #306.