Community
Participate
Working Groups
As a team we've decided to postpone the Git migration (bug 333872) until the Git integration in Eclipse is better. In the meantime we'd like to migrate to SVN because we can not live anymore with losing the CVS history every now and then (a lot of major refactorings are pending). I could not find any directions as to what infos you need to perform the migration. I've successfully created and tested an SVN repo out of our CVS repo with: cd ~estepper bin/cvs2svn-2.3.0/cvs2svn --svnrepos svn --username=estepper --fallback-encoding=UTF-8 /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.cdo If you want you can use the SVN repo in ~estepper/svn/ directly and just copy it somewhere else. Note that our CVS is read-only anyway. So it would be great if you can provide us with the new SVN repo as soon as possible. Shall I reopen bug 333872 and request the deletion of the git repo?
Ok, I've created an SVN repo here: /svnroot/modeling/org.eclipse.emf.cdo . When can I delete the Git repo? -M.
What is the URL i'm supposed to use with Subversive? https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo doesn't seem to work. And I can't find an entry at http://dev.eclipse.org/viewcvs/viewvc.cgi?view=roots .
(In reply to comment #1) > When can I delete the Git repo? Now ;-) Sorry for the double effort!
svn+ssh://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo works!
Ok, I've removed the git repo. CDO should appear in the viewcvs listings when the update job runs tonight. By default we don't allow SVN access via https. -M.
Great. Currently most access to Eclipse.org is unbearably slow. I'll test a checkout tomorrow and tell you if we can close this bug...
We don't get Hudson/Bucky to checkout from SVN via http/https (405-no such method) or svn/svn+ssh (connection refused by the server). Can you configure http and https access for us?
I've added the http and https access. Please note you can only commit via https and ssh. -M.
Everything seems to work now. Thank you for all the effort!
Now there's a strange error at http://dev.eclipse.org/viewcvs/viewvc.cgi/?root=Modeling_CDO I'll attach a screenshot in a minute
Created attachment 187178 [details] Screenshot
Looks ok to me. That error appears sometime when there is a mismatch between the 'most recent' version detected by the software and it's indexed data(or the indexed data hasn't been created yet). It's self correcting(once the index catches up). -M.
I see. Thanks for the info.