Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: zabzonk on October 29, 2011, 01:12:46 pm

Title: Anything wrong with the SVN repository?
Post by: zabzonk 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.

Title: Re: Anything wrong with the SVN repository?
Post by: ollydbg 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
Title: Re: Anything wrong with the SVN repository?
Post by: zabzonk 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!