Hi, Should we remove commits to personal branches away from the mailing list or we get too many emails.
Thanks -----Original Message----- From: Glenn Adams <[email protected]> Sent: 23 February 2023 14:55 To: XML Graphics Project <[email protected]> Subject: Re: [GitMigration] Rename Git Mirrors for XML Graphics Project I failed to mention that if you already have a local copy of any of these repos, then you should perform the following steps to update the local default branch (from trunk to main): git branch -m trunk main git fetch origin git branch -u origin/main main git remote set-head origin -a On Wed, Feb 22, 2023 at 10:58 PM Glenn Adams <[email protected]> wrote: > The following XML Graphics Project repositories are now dual-hosted as > writeable GitBox/GitHub repositories, and the previous SVN > repositories have been switched to read-only mode. > > - xmlgraphics-batik <https://github.com/apache/xmlgraphics-batik> > - xmlgraphics-commons <https://github.com/apache/xmlgraphics-commons> > - xmlgraphics-fop <https://github.com/apache/xmlgraphics-fop> > - xmlgraphics-fop-pdf-images > <https://github.com/apache/xmlgraphics-fop-pdf-images> > > I expect some additional tweaks will be needed to put everything in > order, such as the CI (currently Jenkins) configurations, site > documentation linkage (via git submodules), etc. I will advise further > on these matters. > > Regards, > Glenn > > On Thu, Feb 16, 2023 at 11:01 PM Glenn Adams <[email protected]> wrote: > >> Dear All, >> >> I just filed INFRA-24218 [1] to begin the process of migrating the >> xmlgraphics SVN repositories to GitBox/GitHub. >> >> I will coordinate with the project the starting date/time of the >> migration after which further commits to the SVN repositories should >> not be performed. >> >> Regards, >> Glenn >> >> [1] https://issues.apache.org/jira/browse/INFRA-24218 >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
