I tried to upgrade by running a make install again with the new 1.7.2 tar.
This should in theory replace the binaries right?
I took that to mean:
* download new version (1.7.2)
* configure
* make
* make install
Before the above process ran: svn --version --quiet prints 1.6.17
After the above process ran: svn --version --quiet prints 1.6.17 (should show
1.7.2)
What am I doing wrong here?
PS: SVN was installed initially using modified (skipped the rpmforge stuff)
process described here:
http://sven.webiny.com/subversion-on-cpanel-3-with-centos-55-and-easyapache-32/
SVN is working right now, no problem, I just want to upgrade it.