No repository found in 'svn://192.168.178.1/joroe'
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1 absent-entries ) ) )
svn://192.168.178.1/
No repository found in 'svn://192.168.178.1'
Pfad zum svnserve:
/var/media/ftp/FLASH-DriveAU-USB20-00/svn
Aufruf zum Starten von svnserve:
cd /var/media/ftp/FLASH-DriveAU-USB20-00/svn
./svnserve -d -r ./
Aufruf von SvnAdmin:
cd /var/media/ftp/FLASH-DriveAU-USB20-00/svn
./svnadmin create joroe
PID USER VSZ STAT COMMAND
1 root 1192 S init
2 root 0 SWN [ksoftirqd/0]
3 root 0 SW [watchdog/0]
4 root 0 SW< [events/0]
5 root 0 SW< [khelper]
6 root 0 SW< [kthread]
18 root 0 SW< [kblockd/0]
32 root 0 SW [pdflush]
33 root 0 SW [pdflush]
34 root 0 SW< [kswapd0]
35 root 0 SW< [aio/0]
72 root 0 SW [pm_info]
76 root 0 SW< [CPMAC]
80 root 0 SW [mtdblockd]
102 root 0 SW [tffsd_mtd_0]
175 root 0 SW [cleanup_timer_f]
273 root 0 SWN [jffs2_gcd_mtd5]
314 root 0 SW< [capi_oslib]
315 root 0 SW< [capi_oslib]
316 root 0 SW [capitransp]
334 root 0 SW< [khubd]
408 root 7480 R N /usr/bin/avm/ctlmgr
620 root 7480 S N /usr/bin/avm/ctlmgr
622 root 7480 S N /usr/bin/avm/ctlmgr
623 root 2772 S hostapd -B /var/tmp/hostapd_topology-ath0
625 root 7480 S N /usr/bin/avm/ctlmgr
642 root 2912 S igdd
776 root 2536 S multid -t
787 root 0 SW< [scsi_eh_0]
788 root 0 SW< [usb-storage]
791 root 0 SW< [scsi_eh_1]
792 root 0 SW< [usb-storage]
843 root 3016 S dsld -i -n
862 root 5420 S telefon a127.0.0.1
867 root 4224 S < voipd
870 root 2280 S pbd
871 root 2280 S pbd
874 root 2280 S pbd
876 root 2280 S pbd
880 root 1184 S /usr/sbin/inetd
890 root 2336 S usermand
891 root 5420 S telefon a127.0.0.1
892 root 5420 S telefon a127.0.0.1
893 root 5420 S telefon a127.0.0.1
900 root 776 S /bin/run_clock -c /dev/tffs -d
997 root 1184 S telnetd -l /sbin/ar7login
1007 root 1184 S httpd -P /var/run/webcfg.pid -p 81 -c /mod/etc/httpd.
1122 root 0 RWN [kdsld_token]
1259 root 1084 S /sbin/chronyd -f /var/tmp/chrony.conf
1261 root 2912 S igdd
1262 root 2912 S igdd
1263 root 2912 S igdd
1265 root 5420 S telefon a127.0.0.1
1266 root 5420 S telefon a127.0.0.1
1267 root 5420 S telefon a127.0.0.1
1278 root 1200 S sh /var/usb_automount.sh
1281 root 2020 S ./svnserve -d -r ./
1283 root 1192 S init
1295 root 968 S /var/tmp/apache/apache -f /var/tmp/apache/conf/apache
1296 root 1208 S /bin/ash /var/tmp/apache/htdocs/FritzLoad/autorunfl.s
1304 root 1020 S /var/tmp/apache/apache -f /var/tmp/apache/conf/apache
1305 root 1016 S /var/tmp/apache/apache -f /var/tmp/apache/conf/apache
1401 root 1016 S /var/tmp/apache/apache -f /var/tmp/apache/conf/apache
5890 root 1204 S -sh
5924 root 1184 R ps
freetz stört auf keinem fallÜbrigens hab ich eine Fritz!Box 7270 auf der freetz läuft (54.04.97freetz-devel-3633).... liegt es vielleicht daran?
klingt nach einem kaputten svnadmin: probiere folgendes:./svnadmin: line 2: syntax error: "(" unexpected
# /var/media/ftp/FLASH-DriveAU-USB20-00/svn/svnadmin create /var/media/ftp/FLASH-DriveAU-USB20-00/svn/myrepo # pfade anpassen!
# /var/media/ftp/FLASH-DriveAU-USB20-00/svn/svnserve -d -r /var/media/ftp/FLASH-DriveAU-USB20-00/svn/
### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to this repository. (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)
### Visit http://subversion.tigris.org/ for more information.
[general]
### These options control access to the repository for unauthenticated
### and authenticated users. Valid values are "write", "read",
### and "none". The sample settings below are the defaults.
# anon-access = read
# auth-access = write
### The password-db option controls the location of the password
### database file. Unless you specify a path starting with a /,
### the file's location is relative to the conf directory.
### Uncomment the line below to use the default password file.
# password-db = passwd
### The authz-db option controls the location of the authorization
### rules for path-based access control. Unless you specify a path
### starting with a /, the file's location is relative to the conf
### directory. If you don't specify an authz-db, no path-based access
### control is done.
### Uncomment the line below to use the default authorization file.
# authz-db = authz
### This option specifies the authentication realm of the repository.
### If two repositories have the same authentication realm, they should
### have the same password database, and vice versa. The default realm
### is repository's uuid.
# realm = My First Repository
### This file is an example password file for svnserve.
### Its format is similar to that of svnserve.conf. As shown in the
### example below it contains one section labelled [users].
### The name and password for each user follow, one account per line.
[users]
# harry = harry
# sally = sallyssecret
### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to a
### single user, to a group of users defined in a special [groups]
### section, or to anyone using the '*' wildcard. Each definition can
### grant read ('r') access, read-write ('rw') access, or no access
### ('').
[groups]
# harry_and_sally = harry,sally
# [/foo/bar]
# harry = rw
# * =
# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r
/var/media/ftp/FLASH-DriveAU-USB20-00/svn/svnserve -d -r /var/media/ftp/FLASH-DriveAU-USB20-00/svn/
hä? lade dir doch doch die letzte 1.6.4 herunter (suchfunktion)Ich benutze die Version von Svnserve auf Seite 5 aus dem Tutorial. Weiß leider nicht, welche das ist. Wie komme ich an so eine neue Version?
# ./svnserve --version
svnserve, version 1.6.4 (r38063)
compiled Aug 9 2009, 08:45:45
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository back-end (FS) modules are available:
* fs_fs : Module for working with a plain file (FSFS) repository.
ist schon klar, dass er keine fehler ausgibt: die frage war eher, ob danach das auschecken der repository funztDer globale Aufruf
gibt keinerlei Fehler aus.Code:/var/media/ftp/FLASH-DriveAU-USB20-00/svn/svnserve -d -r /var/media/ftp/FLASH-DriveAU-USB20-00/svn/
fritz.wlan.box login: root
Password:
__ _ __ __ ___ __
|__ |_) |__ |__ | /
| |\ |__ |__ | /_
The fun has just begun...
BusyBox v1.12.4 (2009-06-28 17:46:17 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
ermittle die aktuelle TTY
tty is "/dev/pts/0"
Console Ausgaben auf dieses Terminal umgelenkt
/var/mod/root # cd /var/media/ftp/FLASH-DriveAU-USB20-00/svn/
/var/media/ftp/FLASH-DriveAU-USB20-00/svn # ls
sqlite3 svnadmin svnlook svnsync
svn svndumpfilter svnserve svnversion
/var/media/ftp/FLASH-DriveAU-USB20-00/svn # ./svnadmin create joroe
Bus error
/var/media/ftp/FLASH-DriveAU-USB20-00/svn # ./svnserve -d -r ./
Illegal instruction
/var/media/ftp/FLASH-DriveAU-USB20-00/svn #
62592987e47155c020d846249cf0edb5 sqlite3
0675b39d1000d1fbf600079332601b85 svn
4d4b373e7d880bbdc39bbef4f6f99d57 svnadmin
6ebc9fb923e0072e153112a7e1351085 svndumpfilter
bf01b8fd2712f2783cfef616c0c25fb1 svnlook
2acdc9411400d58936a046d1384a7adc svnserve
c6feee00905e5051df40d2233481db8a svnsync
f47e5f681df71d38999b1231647eedf9 svnversion
6b354b51790e881a074bd2f23c99eeb5 sqlite3
180cce6ba18e5f2feb1c28dde7855224 svn
ea309face4c7a516fb57689deb61609e svnadmin
cece29f3f9f9949645f166a841eac637 svndumpfilter
cde36bef6e71e6cd652207306ca62705 svnlook
d2b20df95306702db34ae04293aa7410 svnserve
ca8a036f2653bde6d9518eb48df7f1a7 svnsync
851622897ea64c011f5e59452df96402 svnversion
svnadmin create /var/media/ftp/FLASH-DriveAU-USB20-00/svn/joroe
./svnadmin create /var/media/ftp/FLASH.../svn/joroe
Bus Error
fritz.wlan.box login: root
Password:
__ _ __ __ ___ __
|__ |_) |__ |__ | /
| |\ |__ |__ | /_
The fun has just begun...
BusyBox v1.12.4 (2009-06-28 17:46:17 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
ermittle die aktuelle TTY
tty is "/dev/pts/0"
Console Ausgaben auf dieses Terminal umgelenkt
/var/mod/root # cd /var/media/ftp/FLASH-DriveAU-USB20-00/svn/
/var/media/ftp/FLASH-DriveAU-USB20-00/svn # ls
svn svndumpfilter svnserve svnversion
svnadmin svnlook svnsync
/var/media/ftp/FLASH-DriveAU-USB20-00/svn # ./svnadmin create joroe
Killed
/var/media/ftp/FLASH-DriveAU-USB20-00/svn # ./svnserve -d -r ./
Segmentation fault
/var/media/ftp/FLASH-DriveAU-USB20-00/svn #