Hello, Just to give an update.
I've switched over to using Java and JGit for rewriting/splitting out the plugins. I have some repo cleaning code that I'm adapting fit this case. My splitter can extract the module where it exists. And preserve the release tags. The current issue I'm solving is how to prune commits that don't include the module at all. These are mostly from the beginning of the repository (early history). I have a test case in https://github.com/kuali-student/git-repository-tools in SplitMultiModuleRewriterTestCase that builds an example git repository and then applies the splitter. I don't have the asserts setup but I debug through it in eclipse and inspect the resultant repo for accuracy. I hope to have this issue solved and the split repos available by the end if the week. Regards, Michael (replies inline) On Tue, 29 Mar 2016, Michael O'Cleirigh wrote: > 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, This is great news Michael, thanks for taking the initiative here! If there's anything you need from me or that I can help with, let me know, I am generally on #jenkins-infra most of the US/West's business day (and then some). Cheers > 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. - 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/20160329183535.GX15060%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/CAGUfqurp_FSGkX6FnsXj6KnrBb3dE5eX9EXOsiE5gmB8aJ0LQA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
