Hello, I identified the tags for each of the svn.jenkins-ci.org plugins and started doing comparisons with what is in the live svn repo.
https://docs.google.com/document/d/1MnYEIVPkNFDWOjXqUYGx-Ic6uYrvpZvTByM8GNiIhMM/edit?usp=docslist_api Aside from some file permissions the git converted trunk is an exact replica of svn. I'm planning on creating separate repo's per plugin with their *hudson/plugins/<plugin-name> *extract to the root to match the tags. I tried *git filter-branch --subdirectory-filter* but it only works for trunk not the tags. I'm working on a --commit-filter that will keep the tag path as-is but collapse trunk commits on the target *hudson/plugins/<plugin-name>* path. Once this is done I will upload the split repos to github and they can be vetted and migrated into the regular jenkinsci github. Once split the trunk branches for each (or perhaps renamed to master) need to be updated to migrate the plugin's release setup to work in git. Hope to have the repo's split within a day or two, Regards, Michael On Mar 28, 2016 4:58 PM, "Dimitri Tenenbaum" <[email protected]> wrote: > "This (https://help.github.com/articles/importing-from-subversion/) might > be > something Daniel, or I, could do as jenkinsci github organization > administrators. " > > If this is possible, could you please import the following plugins too: > > 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 > > My GitHub id is dtbaum. I am on vacation till the 3rd April, therefore my > possibilities to support the migration are unfortunately limited by my iPad > and flaky hotel Wi-Fi. > > Regards, > Dimitri > > -- > 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/40304318-fb78-4ed6-a2d6-5052466f1471%40googlegroups.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/CAGUfquoy5E5BZy3pyAp%3DUm1rc2e0epvB0qRYPTwkABVzhtwK6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
