Author Topic: Anything wrong with the SVN repository?  (Read 3879 times)

zabzonk

  • Guest
Anything wrong with the SVN repository?
« on: October 29, 2011, 01:12:46 pm »
I'm trying to checkout the CB source, using the command line:

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

the checkout is repeatedly freezing up at or about this file:

     A    trunk\src\plugins\contrib\SpellChecker\hunspell\src\hunspell\hunvisapi.h.in

Does  anyone know if there is something wrong with the Berlios repository? I use SVN quite regularly, and don't have any problems with other sites.


Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Anything wrong with the SVN repository?
« Reply #1 on: October 29, 2011, 02:12:01 pm »
I just test for you, I check out the folder:
Code
svn://svn.berlios.de/codeblocks/trunk/src/plugins/contrib/SpellChecker/hunspell/src/hunspell
and I have no problem here. :D
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.

zabzonk

  • Guest
Re: Anything wrong with the SVN repository?
« Reply #2 on: October 29, 2011, 02:42:22 pm »
Thanks. I just gave it another try myself and everything checked out OK. Strange - it really wouldn't work this morning!