Monday 23 April 2012

SSL handshake failed: Secure connection truncated.



One fine morning i found that my svn update or svn up was not working and was totally blank? :P
Here is what i did to make my svn stand up... :)
  1. sudo apt-get install libneon27

  2. cd /usr/lib

  3. sudo rm libneon-gnutls.so.27

  4. and create a soft link 
       sudo ln -s /usr/lib/libneon.so.27 libneon-gnutls.so.27
and finally svn was running.  :P