Hello, I wrote a whole subversion to git repository conversion program.
Anyways I used it to convert the svn.jenkins-ci.org into git. https://github.com/mocleiri/svn.jenkins-ci.org I need to write some additional branch detection rules and rerun the export but in principal it seems to have worked. Branch detection is right to left so there are some mistakes that can be fixed with repo specific branch detection. Nicely there weren't any files greater than 100 MB in size so no rewriting was needed before it could be uploaded to github. FYI the svn repo on disk itself is 1.8 GB (I mirrored it), a bzipped svn dump is around 700 MB. The git repo is around 400 mb. Typically post conversion the test is do the trunk branches build and are the release tags accurate. This page has a section on how you can checkout the key branch from svn and then turn that tree into a git commit. Then it can be diff'd with the git importer conversion and if there is no difference it's an accurate conversion. https://github.com/kuali-student/git-repository-tools/blob/master/README.txt If a reasonably sized list of such key branches can be made I can have a look at the accuracy of the conversion. Regards, Michael On Mar 18, 2016 12:44 PM, "R. Tyler Croy" <[email protected]> wrote: > (replies inline) > > On Fri, 18 Mar 2016, Torsten Stolpmann wrote: > > > Hi Daniel, > > > > thanks for taking care of us plugin developers, this is much appreciated. > > > > Speaking for the Klaros-Testmanagement Plugin, which is still under > active > > development, can anybody please tell me what the preferred way of > migrating > > the plugin away from svn would be? > > > > I am aware of > https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins > > but I think there must be better ways to achieve this without starting > from > > zero. > > > > This (https://help.github.com/articles/importing-from-subversion/) might > be > something Daniel, or I, could do as jenkinsci github organization > administrators. > > > > On 18.03.2016 09:08, Daniel Beck wrote: > > > > > >On 17.03.2016, at 17:10, R. Tyler Croy <[email protected]> wrote: > > > > > >>At the end of the month, I will be shutting down svn.jenkins-ci.org > > >> > > >> From the access logs it doesn't appear that there is any traffic > going to > > >>svn.jenkins-ci.org that originates from developers. If you are still > using > > >>svn.jenkins-ci.org we need to talk about moving your work over to > GitHub > > > > > >There are a few plugins still being developed in SVN with commits in > the past 1.5 years. > > > > > >* https://wiki.jenkins-ci.org/display/JENKINS/Serenity+Plugin > > >* > http://wiki.jenkins-ci.org/display/JENKINS/Klaros-Testmanagement+Plugin > > >* http://wiki.jenkins-ci.org/display/JENKINS/VncRecorder+Plugin > > >* https://wiki.jenkins-ci.org/display/JENKINS/VncViewer+Plugin > > >* http://wiki.jenkins-ci.org/display/JENKINS/ImageComparison+Plugin > > > > > >CCing their developers. > > > > > > > -- > > Torsten Stolpmann > > Managing Director > > > > verit Informationssysteme GmbH > > Europaallee 10 > > 67657 Kaiserslautern > > Germany > > > > Email: [email protected] > > Phone: +49 631 520 840 00 > > Fax: +49 631 520 840 01 > > Web: http://www.verit.de/ > > > > -- > > You received this message because you are subscribed to the Google > Groups "Jenkins Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/56EBD396.40907%40gmail.com > . > > For more options, visit https://groups.google.com/d/optout. > > - R. Tyler Croy > > ------------------------------------------------------ > Code: <https://github.com/rtyler> > Chatter: <https://twitter.com/agentdero> > > % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F > ------------------------------------------------------ > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/20160318164356.GQ13352%40blackberry.coupleofllamas.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAGUfqupeoM0MX%2B3OyqdKORgCaNcC4cv5UpqiWpcdV8AX5LYeOQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
