News:

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

Main Menu

Anything wrong with the SVN repository?

Started by zabzonk, October 29, 2011, 01:12:46 PM

Previous topic - Next topic

zabzonk

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.


ollydbg

I just test for you, I check out the folder:
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

Thanks. I just gave it another try myself and everything checked out OK. Strange - it really wouldn't work this morning!