PDA

View Full Version : [ubuntu] can not view file on svn from local server



sondt.hcm
May 16th, 2009, 07:25 AM
Dear all,

I've got an ubuntu 9.04 with subversion installed. It's working fine

I commit a lot of files into that svn server and can access these file via web (example: www.abc.com/svn (http://www.abc.com/svn))

The problem is when I open my SVN folder on the server (Places -> home -> svn ) . It's does not appear any file which I uploaded, just default folder db, hook, conf, locks..

Sorry for my english skill and thanks for attention

Anyone help me plz

This is my httpd.conf file
<Location /svn>
cation /svn>
DAV svn
SVNPath /home/FTP

AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /etc/apache2/dav_svn.passwd
Require valid-user
</Location>