News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Berlios SVN http access appears to be down.

Started by stahta01, February 29, 2012, 06:11:27 PM

Previous topic - Next topic

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]

Jenna

We had the same some days ago, I don't know for how long.

ollydbg

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.

Jenna

Quote from: ollydbg on March 05, 2012, 02:37:15 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.

ollydbg

Quote from: jens on March 05, 2012, 07:47:20 AM
Quote from: ollydbg on March 05, 2012, 02:37:15 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.

MortenMacFly

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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Biplab

Quote from: MortenMacFly on March 05, 2012, 09:03:06 AM
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.

ouch


Biplab

Quote from: MortenMacFly on March 05, 2012, 09:03:06 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) -
Quotehttp://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.

thomas

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."

MortenMacFly

Quote from: thomas on March 06, 2012, 04:32:24 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

zabzonk

Wouldn't this be a good opportunity to think (yet) again about the use of Berlios, and about moving to a DVCS?

Biplab

Quote from: thomas on March 06, 2012, 04:32:24 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.

oBFusCATed

Quote from: Neil Butterworth 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?
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!]

MortenMacFly

Quote from: Biplab on March 06, 2012, 04:53:46 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]