Hello,

Have been trying to 
$ svn import -m "new project" ./empty_repo
http://bastion.itpassion.com/new_project
For the last hour, and for the life of me, cannot see the problem.

I have successuflly imported new projects in the past, but this is more than
a year ago, so I may be getting rusty... Anyhow, I'm thinking that when I
import, SVN is supposed to create /CodeRepository/new_project and everything
it needs in there, but the error seems to indicate otherwise...

The error in the apache error log is:
[Fri May 06 06:52:57 2011] [error] [client 188.220.41.24] (20014)Internal
error: Can't open file '/CodeRepository/new_project/format': No such file or
directory
[Fri May 06 06:52:57 2011] [error] [client 188.220.41.24] Could not fetch
resource information.  [500, #0]
[Fri May 06 06:52:57 2011] [error] [client 188.220.41.24] Could not open the
requested SVN filesystem  [500, #2]
[Fri May 06 06:52:57 2011] [error] [client 188.220.41.24] Could not open the
requested SVN filesystem  [500, #2]

$ ls -r empty_repo
empty_repo/:
branches  tags  trunk

empty_repo/branches:

empty_repo/tags:

empty_repo/trunk:
$ cat /etc/httpd/conf.d/subversion.conf | more
<Location /new_project>
        DAV svn
        SVNPath /CodeRepository/new_project
#       <LimitExcept GET PROPFIND OPTIONS REPORT>
#               AuthType Basic
#               AuthName "NEWPROJECT  Development"
#               AuthMySQLEnable On
#               AuthMySQLHost database.us.itpassion.com
#               AuthMySQLDB infrastructure
#               AuthMySQLUser svn
#               AuthMySQLPassword ************
#               AuthMySQLPwEncryption md5
#               AuthMySQLUserTable auth_authc
#               AuthMySQLNameField username
#               AuthMySQLPasswordField password
#               AuthMySQLGroupTable "auth_rolelist LEFT JOIN auth_role ON
rid = auth_role.id"
#               AuthMySQLGroupField name
#               Require group itp_developer
#       </LimitExcept>
</Location>
$ ls -la /CodeRepository
total 40
drwxrwxr-x 10 apache apache 4096 May  6 06:19 .
dr-xr-xr-x 23 root   root   4096 Nov  8 06:40 ..
drwxrwxr-x  7 apache apache 4096 May  6 06:20 developer_itpassion_com
drwxrwxr-x  7 apache apache 4096 May  6 06:20 ITPWebEngine
drwxrwxr-x  3 apache apache 4096 Feb 25  2010 oss
drwxrwxr-x  7 apache apache 4096 May  6 06:20 powerdesk_itpassion_com
drwxrwxr-x  7 apache apache 4096 May  6 06:20 storage_itpassion_com
drwxrwxr-x  7 apache apache 4096 May  6 06:20 tenantvet_net
drwxrwxr-x  7 apache apache 4096 May  6 06:20 web_shared
drwxrwxr-x  7 apache apache 4096 May  6 06:20 www_itpassion_com
$ yum list | grep svn
mod_dav_svn.x86_64                       1.6.16-1.fc13
@updates
$ yum list | grep subversion
subversion.x86_64                        1.6.16-1.fc13
@updates
subversion-libs.x86_64                   1.6.16-1.fc13
@updates

Any help is greatly appreciated.

Regards,
Guus


Reply via email to