svn installation

Status
Für weitere Antworten geschlossen.

Tester0815

Benutzer
Mitglied seit
14. Okt 2012
Beiträge
3
Punkte für Reaktionen
0
Punkte
0
Hallo @all

versuche gerade auf meiner Diskstation1512+ (DSM 4.1-2661) ein svn zu installieren.

Bin nach der Anleitung vorgegangen:
http://www.synology-wiki.de/index.php/SVN-Server_installieren

Rich (BBCode):
DiskStation> ipkg update
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/Packages.gz
Inflating http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/Packages.gz
Updated list of available packages in /opt/lib/ipkg/lists/cross
Successfully terminated.
DiskStation> ipkg install svn
Installing svn (1.7.7-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/svn_1.7.7-1_i686.ipk
package apr-util suggests installing sqlite
package apr-util suggests installing openldap-libs
Installing neon (0.29.3-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/neon_0.29.3-1_i686.ipk
Installing openssl (0.9.8v-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/openssl_0.9.8v-2_i686.ipk
Installing zlib (1.2.5-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/zlib_1.2.5-1_i686.ipk
Installing libxml2 (2.7.8-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/libxml2_2.7.8-1_i686.ipk
Installing apr (1.4.6-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/apr_1.4.6-1_i686.ipk
Installing apr-util (1.4.1-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/apr-util_1.4.1-1_i686.ipk
Installing e2fslibs (1.40.3-5) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/e2fslibs_1.40.3-5_i686.ipk
Installing expat (2.0.1-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/expat_2.0.1-1_i686.ipk
Installing gdbm (1.8.3-4) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/gdbm_1.8.3-4_i686.ipk
Installing libdb (4.2.52-3) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/libdb_4.2.52-3_i686.ipk
Installing cyrus-sasl-libs (2.1.23-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/cyrus-sasl-libs_2.1.23-2_i686.ipk
Installing psmisc (22.17-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/psmisc_22.17-1_i686.ipk
Installing ncurses (5.7-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/ncurses_5.7-1_i686.ipk
Installing file (5.09-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/file_5.09-1_i686.ipk
Installing sqlite (3.7.14.1-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/sqlite_3.7.14.1-1_i686.ipk
Installing readline (6.1-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/readline_6.1-2_i686.ipk
Installing openldap-libs (2.3.43-2) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/openldap-libs_2.3.43-2_i686.ipk
Configuring apr
Configuring apr-util
Configuring cyrus-sasl-libs
Configuring e2fslibs
Configuring expat
Configuring file
Configuring gdbm
Configuring libdb
Configuring libxml2
Configuring ncurses
update-alternatives: Linking //opt/bin/clear to /opt/bin/ncurses-clear
Configuring neon
Configuring openldap-libs
Configuring openssl
Configuring psmisc
update-alternatives: Linking //opt/bin/killall to /opt/bin/psmisc-killall
update-alternatives: Linking //opt/bin/pidof to /opt/bin/psmisc-killall
Configuring readline
Configuring sqlite
Configuring svn
Configuring zlib

soweit so gut. Allerdings wird weder der svnowner angelegt, wie im wiki beschrieben, noch /volume1/svn.
Irgendwie ist da was schief gelaufen oder?

Hab jetzt händisch svn angelegt und mein Repos. Aber dann muss ich ja den Benutzer wechseln und das geht alles nicht.

Rich (BBCode):
DiskStation> tail /var/log/messages
Nov 23 21:33:10 root: Cloud Station updater: start upgrade server db
Nov 23 21:33:10 root: Cloud Station updater: start move db
Nov 23 21:33:10 root: moving old client DB for
Nov 23 21:33:10 root: all volume: /volume1
Nov 23 21:33:10 root: create /volume1/@tmp/@cstn-share.9688
Nov 23 21:33:10 root: moving old client OK
Nov 23 21:33:10 root: CS: [start.sh]: Cloud station start...
Nov 23 21:33:11 scheduler: scheduler.c:322 Failed to get value of download_amule_schedule
Nov 23 21:34:48 scemd: scemd.c:413 stop manutild.
Nov 23 21:34:48 scemd: scemd.c:413 stop manutild.
DiskStation> chown svnadmin:users -R /volume1/svn/gedankenstuetze/
chown: unknown user/group svnadmin:users

Weiß jemand Rat?

Viele Grüße

Tester
 

Benares

Benutzer
Sehr erfahren
Mitglied seit
27. Sep 2008
Beiträge
12.500
Punkte für Reaktionen
2.962
Punkte
423
Bei mir ist die SVN-Installation schon etwas her.

Soweit ich mich erinnere, habe ich einfach einen Benutzer "svn" angelegt und einen "gemeinsamen Ordner" svn sowie die Rechte entsprechend eingestellt, dass sonst niemand drankommt.

Dann noch zwei Einträge in die /etc/services
Code:
svn             3690/tcp                        #Subversion
svn             3690/udp                        #Subversion
und einen in /etc/inetd.conf
Code:
svn     stream  tcp  nowait     svn     /opt/bin/svnserve svnserve -i -r /volume1/svn
Dann noch die Anpassung dem inetd mitgeteilt (killall -HUP inetd), das war's.

Neue Repositories mache ich so:
1.) telnet auf die DS als root
2.) su svn
3.) cd /volume1/svn
4.) svnadmin create <Repos>
5.) dann in <Repos>/conf die passwd und svnserve.conf anpassen

Gruß Benares
 
Status
Für weitere Antworten geschlossen.
 

Kaffeautomat

Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.

Als Dankeschön schalten wir deinen Account werbefrei.

:coffee:

Hier gehts zum Kaffeeautomat 

 
 
  AdBlocker gefunden!

Du bist nicht hier, um Support für Adblocker zu erhalten. Dein Adblocker funktioniert bereits ;-)

Klar machen Adblocker einen guten Job, aber sie blockieren auch nützliche Funktionen.

Das Forum wird mit hohem technischen, zeitlichen und finanziellen Aufwand kostenfrei zur Verfügung gestellt. Wir zeigen keine offensive Werbung und bemühen uns um eine dezente Integration.

Bitte unterstütze dieses Forum, in dem du deinen Adblocker für diese Seite deaktivierst.

Du kannst uns auch über unseren Kaffeautomat einen Kaffe ausgeben oder ein PUR Abo abschließen und das Forum so werbefrei nutzen.

Vielen Dank für Deine Unterstützung!