On 2014-11-14, Jin Feng wrote: > I¹ve read > http://ant.apache.org/ivy/history/latest-milestone/dev.html, on which it > states to use svn to get the trunk version. However, I also stumbled across > https://github.com/apache/ant-ivy/. I¹m wondering which one should I use and > what¹s the general process of contributing fixes (in addition to what¹s > already stated on the dev.html)?
Thanks for the reminder, we obviously need to fix more documentation pages the we have so far :-) Ant and its subprojects have moved from Subversion to git as their SCM a few months ago. The canonical repository for Ivy is git://git.apache.org/ant-ivyde.git of which the github repository is a mirror. While github PRs can be processed the prefered development process still is along the lines of * open an issue * create a patch against git master branch If you create the patch with git format-patch we can apply it with git am and keep the original git headers- Cheers Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org