Svn to Git

-=Koba=-
Дата: 18.05.2017 10:23:31
Тема избитая...

Но столкнулся с ошибкой


Initialized empty Git repository in D:/Work/222/333/.git/
Using higher level of URL: https://server/branches/V2 => https://server/svn2/IB
W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: File not found: revision 100, path '/branches/V2'
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


git svn clone
svn2git

Что за они и как избавиться?
mayton
Дата: 18.05.2017 19:29:22
Есть полторы тыщи скриптов под названием svn2git в т.ч. на ruby, и сложно
разбираться с ошибкой (а тем более с warning) если мы не знаем с чем имеем дело.
-=Koba=-
Дата: 19.05.2017 10:15:40
mayton
Есть полторы тыщи скриптов под названием svn2git в т.ч. на ruby, и сложно
разбираться с ошибкой (а тем более с warning) если мы не знаем с чем имеем дело.


Оно мне на кидает даже на стандартном git svn cloте это
далее вроде идет перенос, но по сути ничего нет
-=Koba=-
Дата: 19.05.2017 10:29:00
$ git svn clone https://server/branches/V2 --authors-file=users.txt --no-metadata -s my_project
Initialized empty Git repository in D:/Work/111/my_project/.git/
Using higher level of URL: https://server/branches/V2 => https://server
W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: File not found: revision 100, path '/branches/V2'
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 r4000