You are here
David Gerler - Sun, 2014/07/06 - 01:44
Hi,
I recent downloaded and started trying to use the Revision Control appliance. I'm trying to migrate my existing code to the appliance, but want to upgrade to svn 1.8.9 so I can use the svnrdump command. The svn version installed is 1.6.17 which is the newest one in the debian package repository.
I have downloaded 1.8.9 and had some success in building it. I got a "warning" about if I need APR.... not sure I need it, but seems to be optional anyway. It completed with no "errors".
However, when I run svn --version I still get v1.6.17. How do I get it to use the newer version?
Forum:
Tags:
Forgot to mention, I'm
Forgot to mention, I'm relatively new to linux in general. I might need a bit more detail.
Tried it again and actually
Tried it again and actually APR is a requirement. I used apt-get and install both libapr1 and libaprutil1, but it's still complaining.
Is it because I'm working at a wrong location? Where should it be to make it work?
Hi David, Try installing the
Hi David,
Try installing the APR -dev packages:
In general, whenever you run into a build dependency try doing something like this:
Cheers
Add new comment