Page 1 of 1

DomotiGa SVN ERROR: E175002/Could not read chunk size

Posted: Mon Sep 23, 2013 4:38 pm
by uAlex73
Normally to update DomotiGa the "svn up" command is sufficient to bring you to the most recent version, only due to an issue with the http://www.domotiga.nl site the SVN got out-of-sync and you can get an error like:
svn: E175002: REPORT of '/domotiga/!svn/vcc/default': Could not read chunk size: connection was closed by server.
To resolve this issue, you need to re-download DomotiGa from then SVN.

The following steps should do it (please stop DomotiGa first):

Code: Select all

$ cd ~/
$ mv domotiga domotiga.bak
$svn co http://svn.domotiga.nl/domotiga/trunk domotiga
If you run zwave, include the following step:

Code: Select all

$ mv ~/domotiga.bak/wrappers/domozwave/openzwave ~/domotiga/wrappers/domozwave
That should do it, and restart DomotiGa :D :D :D