Migrating Codeplex SVN to Git with git svn clone -


in past (2013), able migrate repository codeplex (under svnbridge) git repository.

i'm trying again, same repository, , 'git svn clone' method not working.

basically, creates .git folder , it's all. no code downloaded, no message issued...

i'm trying execute line of command:

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

as said, no code downloaded, no messages issued.

am missing something? have tried operation recently?

i noticed codeplex, our project have been little "unresponsive" in last couple of days.

any other ideas history , put on git repository? i've being trying avoid using svn2git, maybe i'll give 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 time. first ~10 minutes looks nothing hapens, because git try fetch revisions 1 , first revision in mohid repo 28559


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -