简体   繁体   中英

Migrating Codeplex SVN to Git with git svn clone

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

Try

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

without argument -s, because mohid doesn't use standard layout.

Also wait some time. First ~10 minutes looks like nothing hapens, because git try fetch revisions from 1 and first revision in mohid repo is 28559

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM