Author Topic: Berlios SVN http access appears to be down.  (Read 15347 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Berlios SVN http access appears to be down.
« on: February 29, 2012, 06:11:27 pm »
http://monitor.berlios.de/berlios-status/

I am not able to get the SVN update to work using http protocol.

Tim S.

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Berlios SVN http access appears to be down.
« Reply #1 on: February 29, 2012, 06:29:34 pm »
We had the same some days ago, I don't know for how long.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Berlios SVN http access appears to be down.
« Reply #2 on: March 05, 2012, 02:37:15 am »
berlios those days is very broken, I even can't access the svn by webSVN. :(
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Berlios SVN http access appears to be down.
« Reply #3 on: March 05, 2012, 07:47:20 am »
berlios those days is very broken, I even can't access the svn by webSVN. :(

webSVN works sometimes and sometimes not.
If it does not work, svn-access via https is also broken.

It looks like they work on their servers.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Berlios SVN http access appears to be down.
« Reply #4 on: March 05, 2012, 08:03:59 am »
berlios those days is very broken, I even can't access the svn by webSVN. :(

webSVN works sometimes and sometimes not.
If it does not work, svn-access via https is also broken.

It looks like they work on their servers.
What does "they" mean? The berlios administrators?
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Berlios SVN http access appears to be down.
« Reply #5 on: March 05, 2012, 09:03:06 am »
I wish there were an easy way to sync SVN repos between BerliOS and SourceForge. :-(
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Berlios SVN http access appears to be down.
« Reply #6 on: March 05, 2012, 12:03:15 pm »
I wish there were an easy way to sync SVN repos between BerliOS and SourceForge. :-(

We can setup one read-only backup subversion server which keeps itself in sync with Berlios just like the git server I'm hosting. That would be handy when Berlios is unstable. :)
Be a part of the solution, not a part of the problem.

Offline ouch

  • Almost regular
  • **
  • Posts: 223
Re: Berlios SVN http access appears to be down.
« Reply #7 on: March 05, 2012, 07:12:55 pm »
seems to be working today...

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Berlios SVN http access appears to be down.
« Reply #8 on: March 06, 2012, 11:47:17 am »
I wish there were an easy way to sync SVN repos between BerliOS and SourceForge. :-(

It seems there is a way. As per the following url (pre-revprop-change section) -
Quote
http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion
We can use svnsync to sync repos. Do note that I didn't try it.
Be a part of the solution, not a part of the problem.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Berlios SVN http access appears to be down.
« Reply #9 on: March 06, 2012, 04:32:24 pm »
Well, if it continues being too disrupting, there is still the possibility to move the repository to codeblocks.org. This should not be any considerable burden to the server, nor take more than a few mins.

The publicly accessible repo could stay at BerliOS and be synced with the original.

This will of course not solve the issue for a non-developer trying to check out or update, but alas... that's just bad luck. It will solve the issue for the development team, however (... and those are who really need to be able to access the repository daily).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Berlios SVN http access appears to be down.
« Reply #10 on: March 06, 2012, 04:37:49 pm »
(... and those are who really need to be able to access the repository daily).
...as our religion demands us to do... ;D ;D ;D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

zabzonk

  • Guest
Re: Berlios SVN http access appears to be down.
« Reply #11 on: March 06, 2012, 04:51:37 pm »
Wouldn't this be a good opportunity to think (yet) again about the use of Berlios, and about moving to a DVCS?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Berlios SVN http access appears to be down.
« Reply #12 on: March 06, 2012, 04:53:46 pm »
The publicly accessible repo could stay at BerliOS and be synced with the original.

Does Berlios allow to use custom pre-revprop-change hook? svnsync won't work without it. Although there are work around to it.
Be a part of the solution, not a part of the problem.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Berlios SVN http access appears to be down.
« Reply #13 on: March 06, 2012, 05:00:11 pm »
Wouldn't this be a good opportunity to think (yet) again about the use of Berlios, and about moving to a DVCS?
Flame war, flame war, flame war attentionnnnnnnnnnnnnnn ...............
(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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Berlios SVN http access appears to be down.
« Reply #14 on: March 06, 2012, 05:08:23 pm »
Does Berlios allow to use custom pre-revprop-change hook? svnsync won't work without it. Although there are work around to it.
Yes, it does and I even asked Yiannis about installing (another) one. But only Yiannis can do it.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ