News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

SVN Issues

Started by headkase, July 10, 2015, 12:00:26 AM

Previous topic - Next topic

headkase

The SVN is currently empty.  Did someone press the big 'ol delete button or is SourceForge having issues?

oBFusCATed

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

headkase

Aaaand, it's back. ;)  With a new commit too - time for me to go rebuild. :)  Thanks, please close this thread if you like.

stahta01

It is still down for me.
Is it up for anyone right now?

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]

ollydbg

Quote from: stahta01 on July 17, 2015, 02:19:46 AM
It is still down for me.
Is it up for anyone right now?

Tim S.
It is down from my side, I see the whole Sourceforge's svn system is broken right now.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

stahta01

Site of info update last update was 18 hours, ago.

https://twitter.com/sfnet_ops

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]

stahta01

#6
Quote from: stahta01 on July 17, 2015, 09:35:39 PM
Site of info update last update was 18 hours, ago.

https://twitter.com/sfnet_ops

Tim S.

CB Project page is back up; SVN is still down.
http://sourceforge.net/projects/codeblocks/files/

Edit: Possible site status link http://p.sf.net/blog/category/sitestatus/ is redirect to error page right now.

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]

stahta01

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]

headkase

This is starting to get ridiculous.  Sourceforge SVN down going on two weeks now.  Whatever happened on their end must have been a complete cluster-bleep for the outage to be still on-going.  One can only hope that when they do eventually get their poop together and get the SVN restored that they will have addressed the underlying issues that allowed it to happen in the first place.  In the case where they don't publish a complete post-mortem analysis with the cause and correction fully addressed then I would favor switching to a different host for Code::Blocks.

stahta01

http://sourceforge.net/blog/category/sitestatus/

They say there will be a update later today. I am guessing it will be bad news on when to expect SVN to be up.

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]

ouch

#10
From what I gather, they use the open source Ceph project to manage their file system. There was an update to Ceph that they applied and that promptly corrupted the shiz out of all the files on their servers resulting in literally every service they offer horribly breaking... It really sounds like every IT persons worst nightmare come true.

With the shear amount of data they have on their servers I imagine it might be another week before they get everything sorted out.

edit: Also looking at their list of things that are working it looks like things that would have smaller overall data are being restored first. So I imagine they have automated scripts running 24/7 and whatever gets done first goes back up.

stahta01

Quote
SourceForge Allura Subversion (SVN) service – offline, filesystem checks complete, data restoration at 50%.  Restoration priority after Git and Hg services.  ETA TBD, Future update will provide ETA.
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]

stahta01

#12
From http://sourceforge.net/blog/category/sitestatus/

Quote
SourceForge Allura Subversion (SVN) service – offline, filesystem checks complete, data restoration has completed 22 letters (4 remain). This is our current restore priority. We project restore of data to complete by 7/25, to be followed by data validation and restore of service.  ETA to follow once I/O performance calculated during data validation.
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]

stahta01

It is working!!!

Quote


This is a service-specific update to our most recent full update.

SourceForge-hosted Allura-backed Subversion (SVN) repositories have been restored to service as of 7/25. In addition to other checks, a representative sample of data has been tested using 'svnadmin verify' and a functional test performed (commit and/or checkout via http, ro svn, rw svn+ssh, etc.). Please contact the SourceForge Support team (https://sourceforge.net/support/) if you have any questions or concerns regarding your SVN repository.

Please note that SVN repositories not previously migrated to the Allura platform remain offline at this time and will be restored separately. See the above full update for information on restoration of other SCM platforms.

Work continues 24×7 on restoration of file upload service, CVS, and non-Allura SCM repositories.
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]

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.