News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 23 September 2007 build will NOT be out.

Started by killerbot, September 23, 2007, 07:44:17 PM

Previous topic - Next topic

killerbot


Keyla

I don't trust me to ask but why don't we change the service e.g. sf.net ? Even if I support this german portal their availability is a  problem  :roll:

Seronis

This was brought up before (you can search for it), basically BOs started getting used (and sf dropped) because BOs had svn access at a time SF did not.  And the problems with BOs are fairly recent.  The devs had stated they are giving it a bit of time to see if the problems clear up.  Please be patient.

kkez

sf.net doesn't have websvn, which is quite better than viewvc. ViewVc doesn't have any log so you can't keep track of the changes made, that can be useful to find the revision which may have broken your codeblocks compilation (for example). So, i'm for berlios.

stahta01

#4
If I understand the sourceForge.net (sf.net) directions, you can use an SVN source not at sf.net, but still display it on sf.net. Note, I can not confirm this, but I thought it gave me the option when I setup my project up on sf.net

Can someone update sf.net so it points to berlios SVN?

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

mandrav

Quote from: stahta01 on September 24, 2007, 01:16:57 AM
If I understand the sourceForge.net (sf.net) directions, you can use an SVN source not at sf.net, but still display it on sf.net. Note, I can not confirm this, but I thought it gave me the option when I setup my project up on sf.net

Can someone update sf.net so it points to berlios SVN?

Tim S

Thanks for bringing this up Tim.
SF.net page updated.
Be patient!
This bug will be fixed soon...

yop

Berlios has added mantis (www.mantisbt.org) as an issue tracker option (http://developer.berlios.de/mantis/main_page.php) for each project. The difference is huge comparing with the existing bugtracking system. I hope they automagically move existing issues to the new bugtracker. Oh and mantis is my favorite issue tracker (along with trac which has a totally different flow though).
Life would be so much easier if we could just look at the source code.

zsyddl



JGM


stahta01

Patch for Windows without Pre-compiled Headers.

Tim S


Index: src/sdk/cbproject.cpp
===================================================================
--- src/sdk/cbproject.cpp (revision 4486)
+++ src/sdk/cbproject.cpp (working copy)
@@ -43,6 +43,7 @@
     #include "globals.h"
     #include "pluginmanager.h"
     #include "projectmanager.h"
+    #include "macrosmanager.h"
     #include "messagemanager.h"
     #include "editormanager.h"
     #include "configmanager.h"
Index: src/plugins/compilergcc/advancedcompileroptionsdlg.cpp
===================================================================
--- src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (revision 4486)
+++ src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (working copy)
@@ -6,6 +6,7 @@
#include <wx/listbox.h>
#include <wx/spinctrl.h>
#include <wx/textctrl.h>
+#include <wx/textdlg.h>
#include <wx/xrc/xmlres.h>
#include "compilerfactory.h"
#include "globals.h"
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Mad Scientist

If you have a project page and such on SF why don't you use them on cases like this when you can upload to berlios, and just put the update on SF? Is there any problem with using SF as a backup download host? ( it could also help when berlios has download problems too )

killerbot


Keyla

So I see that it wasn't just a 'random' decission and it brings a lot of advantages. No problem I can wait for the next nightly 8) I just wondered that there a so often problems on this service.

stahta01

Quote from: Keyla on September 24, 2007, 08:52:21 PM
So I see that it wasn't just a 'random' decission and it brings a lot of advantages. No problem I can wait for the next nightly 8) I just wondered that there a so often problems on this service.

For a while someone/group was doing an DDOS attack on Berlios; no idea if this is still the case.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]