You are not logged in.

#1 2012-01-24 19:24:38

wolfdogg
Member
From: Portland, OR, USA
Registered: 2011-05-21
Posts: 545

where can i access older version - and install problem [SOLVED]

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)


Node.js, PHP Software Architect and Engineer (Full-Stack/DevOps)
GitHub  | LinkedIn

Offline

#2 2012-01-24 19:25:20

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: where can i access older version - and install problem [SOLVED]


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#3 2012-01-25 09:08:50

wolfdogg
Member
From: Portland, OR, USA
Registered: 2011-05-21
Posts: 545

Re: where can i access older version - and install problem [SOLVED]

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)


Node.js, PHP Software Architect and Engineer (Full-Stack/DevOps)
GitHub  | LinkedIn

Offline

#4 2012-01-25 11:33:07

wolfdogg
Member
From: Portland, OR, USA
Registered: 2011-05-21
Posts: 545

Re: where can i access older version - and install problem [SOLVED]

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)


Node.js, PHP Software Architect and Engineer (Full-Stack/DevOps)
GitHub  | LinkedIn

Offline

Board footer

Powered by FluxBB