Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Jacques Le Roux
Le 05/01/2024 à 08:20, Jacques Le Roux a écrit : * If you are interested about a previous (long and argumented) discussion here you go: https://s.apache.org/556a0 TL;DR, in that email are my principal reasons: https://lists.apache.org/thread/o73vxotkd2qgvmctoz6wxn1y05zdb1c5 TIA

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Jacques Le Roux
Hi Daniel, I understand that it easier to be alerted when you receive an email directly to your email address (inbox). For Thunderbird msg filtering convenience, and in general for other reasons*, I prefer to answer only to the ML.  This is true also for @Eugen, please don't send email

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Jacques Le Roux
Yes you are right Daniel, I remember having seen 7.62 Mb for trunk. I'll change that tmrw :) Le 04/01/2024 à 18:57, Daniel Watford a écrit : Hi Jacques, Using depth=1 means you only download the data you actually need, rather than retrieving lots of data that is then immediately deleted. I

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Daniel Watford
Hi Jacques, Using depth=1 means you only download the data you actually need, rather than retrieving lots of data that is then immediately deleted. I can't check right now, but from memory I think with depth=1, around 7MB of data was retrieved, compared to around 160MB without depth=1. We

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Eugen Stan
Hi, Inline: La 04.01.2024 12:03, Jacques Le Roux a scris: That is ok with me since I plan to use trunk anyway. So I guess the sooner we have OFBiz 24.01 the better :D . Are there otehr blockers for 24.01 besides the SVN issue? There is OFBIZ-12726

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Jacques Le Roux
Hi Eugen, Inline too... Le 03/01/2024 à 19:10, Eugen Stan a écrit : Hi Jacques, I missed this thread for some reason (was collapsed in TB) and only saw it now. I read the thread. Glad to see progress on fixing the SVN issue. I think it's eventually done, with maybe some syntax improvements

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Jacques Le Roux
Hi Daniel, Reviews are always appreciated :) Inline... Le 04/01/2024 à 09:23, Daniel Watford a écrit : Hi Jacques, Sorry for not reviewing earlier, but for the pullAllPluginsSource.sh you might consider simplifying a little with: # Whatever, create anew if [ -d"plugins" ] then rm -rf

Re: SvnCheckout Gradle plugin soon no longer usable with GitHub

2024-01-04 Thread Daniel Watford
Hi Jacques, Sorry for not reviewing earlier, but for the pullAllPluginsSource.sh you might consider simplifying a little with: # Whatever, create anew if [ -d "plugins" ] then rm -rf plugins fi # Get the branch used by the framework branch=$(git branch --show-current) git clone