-->

Thursday, October 25, 2012

fix svn problem within a shared virtualbox directory


svn problem:

Get subversion version 1.6.12 

 s
Patch subversion  source code with this patch

install libaprutil-1-dev from synaptic


install neon


  1. apt-get install openssl  
  2. wget http://www.webdav.org/neon/neon-0.29.6.tar.gz  
  3. tar -xzvf neon-0.29.6.tar.gz  
  4. rm neon-0.29.6.tar.gz   
  5. cd neon-0.29.3  
  6. ./configure --with-ssl  
  7. make   
  8. make install  


compile subversion with :

sudo ./configure --with-ssl  --with-neon=/usr/local

No comments:

Post a Comment