DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2008-06-08 02:11:43

gnugu
Member
Registered: 2008-05-08
Posts: 27

Cannot download SVN

Hello,
I'm trying to download SVN binaries from http://www.ellogon.org/~petasis/DNS323/ … -1.4.6.tgz all day, but the server seems to be down.

Is there an alternative site I can download from?
Anybody knows what is going on with that server?

Thank you in advance.
gnugu.

Offline

 

#2 2008-06-08 12:24:21

oxygen
Member
Registered: 2008-03-01
Posts: 320
Website

Re: Cannot download SVN

it's in fonz fun_plug

Offline

 

#3 2008-06-08 20:38:28

gnugu
Member
Registered: 2008-05-08
Posts: 27

Re: Cannot download SVN

Ok. I found it here http://www.inreto.de/dns323/fun-plug/0.5/packages/.
I am using fun_plug 0.4, I hope this will work. Will keep you posted.

Thanks for replay.

Offline

 

#4 2008-06-09 19:12:18

gnugu
Member
Registered: 2008-05-08
Posts: 27

Re: Cannot download SVN

Here is my progress so far (someone might find it useful in the future):

1. I installed fun_plug 0.5 (http://www.inreto.de/dns323/fun-plug/0.5/)
2. In order to get subversion I needed to install apr-1.2.12-2.tgz, apr-util-1.2.12-1.tgz and finally subversion-1.4.6-2.tgz. To do this just download packages from http://www.inreto.de/dns323/fun-plug/0.5/packages/, save them on HD_a2 and run

Code:

funpkg -i *.tgz

.

I now can start svnserve manually. What I'm missing now is a svnserve.sh.

Last edited by gnugu (2008-06-09 19:15:11)

Offline

 

#5 2008-06-10 07:00:47

gnugu
Member
Registered: 2008-05-08
Posts: 27

Re: Cannot download SVN

I found svnserve.sh in some other post on this forum.
Please take following code and save it as /ffp/start/svnserve.sh on your DNS and set as executable.

Code:

#!/ffp/bin/sh

# PROVIDES: svnserve

. /ffp/etc/ffp.subr

REPOSITORY="/mnt/HD_a2/svn/"

name="svnserve"
command="/ffp/bin/$name"
svnserve_flags="-d -r ${REPOSITORY}"
#required_dirs=${REPOSITORY}

run_rc_command "$1"

Line "REPOSITORY="/mnt/HD_a2/svn/" should have your repo path in it.
Everything seems to work just fine. Thanks to KyleK for the .sh file (http://dns323.kood.org/forum/p13898-200 … tml#p13898).

Last edited by gnugu (2008-06-10 22:46:44)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB