I’m following this how-to:
‘Setting up a Subversion server using Apache2 - openSUSE’
(http://en.opensuse.org/Setting_up_a_Subversion_server_using_Apache2)
and everything went well till this part:
Code:
(su) svnadmin create /srv/svn/kdrepos/meddaliadur
(su) chown -R wwwrun:www /srv/svn/kdrepos/meddaliadur/{dav,db,locks}
The commands I used so far are:
Code:
Bakhuis@Bakhuis-Server:~> su
Password:
Bakhuis-Server:/home/Bakhuis # a2enmod dav
Bakhuis-Server:/home/Bakhuis # a2enmod dav_svn
Bakhuis-Server:/home/Bakhuis # mkdir /srv/svn/user_access
Bakhuis-Server:/home/Bakhuis # touch /srv/svn/user_access/svn_passwdfile
Bakhuis-Server:/home/Bakhuis # chown root:www /srv/svn/user_access/svn_passwdfile
Bakhuis-Server:/home/Bakhuis # chmod 640 /srv/svn/user_access/svn_passwdfile
Bakhuis-Server:/home/Bakhuis # htpasswd2 /srv/svn/user_access/svn_passwdfile Pascal
New password:
Re-type new password:
Adding password for user Pascal
Bakhuis-Server:/home/Bakhuis # rcapache2 restart
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) done
Starting httpd2 (prefork) done
Bakhuis-Server:/home/Bakhuis # svnadmin create /srv/svn/kdrepos/BakaCMS
Bakhuis-Server:/home/Bakhuis # chown -R wwwrun:www /srv/svn/kdrepos/BakaCMS/{dav,db,locks}
chown: cannot access `/srv/svn/kdrepos/BakaCMS/dav’: No such file or directory
So I thought… hey it might be the last slash. and tried
Code:
Bakhuis-Server:/home/Bakhuis # chown -R wwwrun:www /srv/svn/kdrepos/BakaCMS{dav,db,locks}
chown: cannot access /srv/svn/kdrepos/BakaCMSdav': No such file or directory chown: cannot access
/srv/svn/kdrepos/BakaCMSdb’: No such file or directory
chown: cannot access `/srv/svn/kdrepos/BakaCMSlocks’: No such file or directory
So no luck it seems to want a subdir ‘nav’ in
/srv/svn/kdrepos/BakaCMS/, how do I continue?
–
Server: openSUSE 11.0, Athlon 64 3000+, HDD 3 * 1TB, 1*640GB, 1GB RAM,
NV GF2
Desktop: openSUSE 11.1 b5, Intel Q6600, HDD 2 * 320GB, 4GB RAM,
Nvidia 8800GT
Laptop: openSUSE 11.1 b5, Intel p8400, HDD 280GB, 4GB RAM, NVIDIA
9600GT
Axeia’s Profile: http://forums.opensuse.org/member.php?userid=4794
View this thread: http://forums.opensuse.org/showthread.php?t=402497