This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

Download: SVN 1.7.9 Static x64

German community

Moderators: b0ssman, apollo567, Princo, crowi

Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
User avatar
dech
Starter
Starter
Posts: 20
Joined: 10 Apr 2013 19:48
Status: Offline

Download: SVN 1.7.9 Static x64

Post by dech »

Moin,
habs gebraucht
habs gebacken
wers braucht kanns haben

svn-1.7.9-static-x64.tar.xz

mfg,
Herr Degen

Anhang:
Ein paar Schnipsel meiner Notizen für einen Kumpel

Code: Select all


Subversion auf Nas4Free

## Subversion selber kompiliren ##

	# chroot Verzeichnis sepparieren (persönlicher Geschmack)
	# ZFS dataset erstellen
	zfs create -o mountpoint=/chroot zm/chroot

	# alternative
	mkdir /irgend/wo/chroot
	mkdir /chroot
	mount -t nullfs /irgend/wo/chroot /chroot


# chroot Umgebung einrichten
cd /chroot/
mkdir base-files
cd base-files/
fetch ftp://ftp.de.freebsd.org/FreeBSD/releases/amd64/amd64/9.1-RELEASE/base.txz
tar xvf base.txz -C /chroot
teufelchen:/chroot# mount -t devfs devfs /chroot/dev
teufelchen:/chroot# cp /etc/resolv.conf /chroot/etc/
teufelchen:/chroot# chroot /chroot/
teufelchen:/chroot# set prompt="chroot# "

chroot# portsnap fetch extract
chroot# cd /usr/ports/devel/subversion-static/
chroot# make config-recursive
		"use defaults"
chroot# make install


Post Reply

Return to “Deutsch”