News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 01 November 2019 build (11890) is out.

Started by killerbot, November 01, 2019, 06:49:48 PM

Previous topic - Next topic

Miguel Gimenez

This sometimes happens to me when I call svn update from the src folder

gd_on

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 (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

oBFusCATed

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!]

killerbot

new nightly is ready, but just like 2 weeks ago, uploads to source forge fail all the time :-(

gd_on

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 (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

osdt

Quote from: gd_on on November 17, 2019, 09:38:36 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.

gd_on

Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

gd_on

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 (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

oBFusCATed

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!]