News:

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

Main Menu

SVN trunk is down?

Started by ollydbg, August 03, 2009, 09:24:50 AM

Previous topic - Next topic

ollydbg

Hi, It seems I can't connect to the SVN server.

QuoteAnonymous SVN Access via SVN

This project's BerliOS Developer SVN repository can be checked out through anonymous (svnserve) SVN with the following instruction set.

svn checkout svn://svn.berlios.de/codeblocks/trunk

Anonymous SVN Access via HTTP

This project's BerliOS Developer SVN repository can be checked out through anonymous HTTP with the following instruction set.

svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk

Both the address above is down. :(

Did you encounter same problem?
Thanks.
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.

killerbot

yes, there are several issues at Berlios. We just have to be patient ...

ollydbg

Thanks for the reply.
I wish it will be fixed soon.
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.

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.