Archive for June, 2009

Installing SOAP:: Lite CPAN

In a test environment where I started working I had to install SOAP:: Lite using CPAN. SOAP:: Lite is a toolkit to use SOAP in perl. The installation order was:



  1. $ Perl-MCPAN-e shell
  2. cpan> install SOAP:: Lite


Read more

Problems with subversion client

After upgrading some packages from Debian Squeeze / Sid the svn client command line stopped working, trying to make a checkout showed the following error:

  1. svn checkout http://tinyurl.googlecode.com/svn/trunk/ tinyurl-read-only
  2. svn: OPTIONS of 'http://tinyurl.googlecode.com/svn/trunk/': Could not connect to server ('http://tinyurl.googlecode.com)


Read more