Author Topic: SVN trunk is down?  (Read 4300 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
SVN trunk is down?
« on: August 03, 2009, 09:24:50 am »
Hi, It seems I can't connect to the SVN server.

Quote
Anonymous 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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: SVN trunk is down?
« Reply #1 on: August 03, 2009, 09:25:33 am »
yes, there are several issues at Berlios. We just have to be patient ...

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: SVN trunk is down?
« Reply #2 on: August 03, 2009, 10:57:32 am »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: SVN trunk is down?
« Reply #3 on: August 04, 2009, 04:37:04 am »
It's up 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.