On 27/03/2020 04:58, Olivier Lamy wrote: > Hi > We have to move this https://svn.apache.org/repos/asf/tomcat/taglibs/ > to git. > As it's few separate Maven projects, maybe we could create one git repo > per project: > - https://github.com/apache/tomcat-taglibs-site > - https://github.com/apache/tomcat-taglibs-standard (standard-examples > can be integrated in standard source tree but not part of the release > just here for documentation purpose) > - https://github.com/apache/tomcat-taglibs-parent > > - https://github.com/apache/tomcat-taglibs can contain some modules to > ease clone of only git repo (or maybe we simply put the site here) I > don't have strong opinion for this > > Do we still need rdc?
The above seems reasonable to me but I have never worked on taglibs so my opinion shouldn't count for much. > during the migration each tags/branches (if any) will be integrated in > the created git repo This is the bit that interests me. I know from experience with previous Tomcat projects that the svn -> git migration for a project that has previously gone through an cvs -> svn migration is very slow. It took over a week to process the Tomcat Connectors project. This is because the migration tool ends up searching back through the history repeatedly for each tag. I might be able to help put by running the migration directly on one of the ASF servers. I'll need to talk to infra if we want to try that route. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org