Author Topic: The 01 November 2019 build (11890) is out.  (Read 28373 times)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: The 01 November 2019 build (11890) is out.
« Reply #15 on: November 17, 2019, 06:08:23 pm »
This sometimes happens to me when I call svn update from the src folder

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: The 01 November 2019 build (11890) is out.
« Reply #16 on: November 17, 2019, 07:21:14 pm »
On my Windows, I have unix like tools installed.
I can use update_revision.sh.
This is what I obtain :
PS C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src> bash
bash.exe"-3.1$ ./update_revision.sh
Using 'svn --xml info' to get the revision
Found revision: '11918' '2019-11-16 13:45:08'
bash.exe"-3.1$
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 November 2019 build (11890) is out.
« Reply #17 on: November 17, 2019, 08:10:25 pm »
The linux tools shouldn't matter for the windows builds...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 01 November 2019 build (11890) is out.
« Reply #18 on: November 17, 2019, 08:22:54 pm »
new nightly is ready, but just like 2 weeks ago, uploads to source forge fail all the time :-(

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: The 01 November 2019 build (11890) is out.
« Reply #19 on: November 17, 2019, 09:38:36 pm »
Code
The linux tools shouldn't matter for the windows builds...
I know. That was just to show that linux tools had also the problem.
And apparently, killerbot published today a 11922 version but with name 11918. I think he has also the problem.
May be something is wrong on svn repo.
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline osdt

  • Multiple posting newcomer
  • *
  • Posts: 63
Re: The 01 November 2019 build (11890) is out.
« Reply #20 on: November 17, 2019, 10:24:28 pm »
... And apparently, killerbot published today a 11922 version but with name 11918. I think he has also the problem.
May be something is wrong on svn repo.

SVN #11922 belongs to branches/release-20.xx, current trunk is at #11918. Seems to be ok.

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: The 01 November 2019 build (11890) is out.
« Reply #21 on: November 18, 2019, 10:28:48 am »
do you mean that it's necessary to change the repo address from svn://svn.code.sf.net/p/codeblocks/code/trunk to svn://svn.code.sf.net/p/codeblocks/code/branches/release-20.xx ?
Looks strange ...
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: The 01 November 2019 build (11890) is out.
« Reply #22 on: November 18, 2019, 11:59:14 am »
Looking carefully in svn, I see that :
r11919 = r11918
r11920 = r11915
r11921 = r11916
r11922 = r11917
but <= 11918 is for trunk branch and > 11919 is for 20-xx branch.
This is a little bit confusing this mixing of branches ... Sorry.
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 November 2019 build (11890) is out.
« Reply #23 on: November 18, 2019, 07:39:23 pm »
This is how svn works... If you want to see a graph, you'll have to use one of the git mirrors.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]