Page 1 of 1

Subversion on Lacie Network Space vs1

PostPosted: Mon Nov 03, 2014 3:50 pm
by armoor
Hello! I'm fairly new to linux and I'm struggling to set up subversion on Lacie Network Space vs1.

I've installed the following files:-
subversion-1.5.1.tar
openssl-0.9.8h-r1.tbz2
db-4.6.21_p3-r1.tbz2

I can create a repository at the command line, so the files I've installed appear to be working correctly, but I cannot access the svn server remotely.

I'm not sure if I need to amend the apache configuration file or something.

Any help will be much appreciated.

Many thanks (in advance)

Ian Norman

Re: Subversion on Lacie Network Space vs1

PostPosted: Mon Nov 03, 2014 6:58 pm
by Jocko
Hi armoor.

What firmware do you use ? (Lacie or fvdw-sl).

armoor wrote:I've installed the following files:
openssl-0.9.8h-r1.tbz2
With fvdw-sl, OpenSSL/1.0.1g is already present :tapfoot

Re: Subversion on Lacie Network Space vs1

PostPosted: Mon Nov 03, 2014 11:50 pm
by armoor
Thank you for your reply Jocko.

I'm using firmware fvdw-sl.
I installed the openssl-0.9.8h-r1.tbz2 because the subversion-1.5.1.tar expected the 0.9.8 dll.
svnadmin wouldn't run until that version was installed.

I'd install a later version of subversion if I could track one down.

Re: Subversion on Lacie Network Space vs1

PostPosted: Tue Nov 04, 2014 5:09 pm
by Jocko
hi armoor,

So you use the alternative firmware.
Where did you find your packages (from buffalo.nas-central.org) ? because I am pretty sure that these packages can not run with our firmware. :mrgreen:

Other issue, if you want to use svn through the apache server, you need also an additional module mod_dav_svn but with version 1.5, this one can not work with our apache version 2.4.7.
So if you succeed to install subversion 1.5, you can use it only with the protocols svn:// or svn+ssh.

I assume that you know this link: http://svnbook.red-bean.com/en/1.5/index.html. See chap 6 to configure the svn server. ;)

Note: as writing previously, OpenSSL/1.0.1g is already present but also the library libdb (version 4.2 and 5.2). So fvdw may compile directly subversion with a more recent version...