View Single Post
  #9   (View Single Post)  
Old 25th April 2016
TronDD TronDD is offline
Spam Deminer
 
Join Date: Sep 2014
Posts: 305
Default

I haven't chrooted svnserve but I have done it with Java. You'll probably have to experiment to figure out the details of svnserve's needs.

Run ldd on the executable and see what shared libraries it built against. You then have to copy them all (including _p.a and .a files) into the chroot directory in the same layout as the real system. Since you're using a hostname, you might need etc/resolv.conf, also.

You'll have to hack at it from there.

Tim.
Reply With Quote