0

In the past (2013), I was able to migrate a repository from Codeplex (under SVNBridge) to a Git repository.

I'm trying to do this again, with the same repository, and the 'git svn clone' method is not working.

Basically, it creates the .git folder and it's all. No code is downloaded, no message is issued...

I'm trying to execute this line of command:

git svn clone https://mohid.svn.codeplex.com/svn -s mohid_code

As I said, no code is downloaded, but no messages are issued.

Am I missing something? Have someone tried to do this operation recently?

I noticed that Codeplex, for our project have been a little "unresponsive" in the last couple of days.

Any other ideas to get all the history and put on a git repository? I've being trying to avoid using svn2git, but maybe I'll give it a try.

Thanks! Eduardo

4

1 回答 1

2

尝试

git svn clone https://mohid.svn.codeplex.com/svn mohid_code

没有参数 -s,因为 mohid 不使用标准布局。

还要等一段时间。前约 10 分钟看起来什么都没有发生,因为 git try fetch revisions from 1 and first revision in mohid repo is 28559

于 2015-06-18T20:54:24.453 回答