janhoy commented on pull request #158: URL: https://github.com/apache/solr/pull/158#issuecomment-853833525
The new apache/solr repo only contains main branch, and will eventually contain branch_9x etc. To backport to 8.x you will need to port the change over to the https://github.com/apache/lucene-solr repo (see README there), that's where the branch_8x lives. It's not that hard. What I have done is to add apache/solr as a remote to my apache/lucene-solr checkout, so I can do a git fetch and then cherry-pick the main-branch commit into my old repo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org