You are not logged in.
hello,
i need to access an install for subversion 1.69, or 1.65, is there a location i can find that? Im not the best at compiling, so some brief instructions on install would be helpful if im going to have to makepkg
Last edited by wolfdogg (2012-01-25 11:33:27)
Offline
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
thanks for that, i found an older version that i was looking for. Im trying to find one thats more compatible with my IDE for web development. I uninstalled the latest subversion 1.7x, then in installed the 1.6.6x, and also tried the 1.6.9x, but im getting errors.
when i try to start either subversion, or restart httpd, i get an error
:: Starting svnserve [DONE]
# /usr/bin/svnserve: error while loading shared libraries: libdb-4.8.so: cannot open shared object file: No such file or directory
and
:: Restarting Apache Web Server [BUSY] httpd: Syntax error on line 122 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_dav_svn.so into server: libdb-4.8.so: cannot open shared object file: No such file or directory
I suspect because the mod_dav_svn.so wasnt replaced by the old-version svn install, and its looking for a newer release of this file(libdb-4xx), so when i install the older version of "subversion", the file may not be doing what it needs to.
When i look into the tar.gz archive of the releases im trying to install, inside the directory /usr/include i see mod_dav_svn.h, i guess its a C binary. Is there something i can do to that file to get it where it needs to be? I would think it needs to renamed to mod_dav_svn.so and replace the old file with it, in order to get the older svn to work.
Last edited by wolfdogg (2012-01-25 09:09:46)
Offline
SOLVED - disregard, i dont need to do this after all. i found the command on SVN to run compatible with older versions, which my IDE uses
svnadmin create --help
Last edited by wolfdogg (2012-01-25 11:35:47)
Offline