Project

General

Profile

redmine does not create svn repository

Added by Andrew Lush almost 13 years ago

Hello,
I have updated to the latest version of RedMine and faced with the following issue. When I create a project and choose svn to be a repository - it does not get created as before. The last change I did to my RedMine installation was its update to the latest version. So, the directory /var/data/svn is not created on the disk and when I navigate to http://domain/svn/project_id I get the error as below:

<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>

Apache does not log any info but RedMine does:
/var/data/redmine/log/production.log

Processing RepositoriesController#show (for 83.170.70.50 at 2011-08-26 07:45:53)
[GET]
  Parameters: {"action"=>"show",
"id"=>"testvpsnet",
"controller"=>"repositories"}
Error parsing svn output: #<REXML::ParseException: No close tag for
/lists/list>
/usr/lib/ruby/1.8/rexml/parsers/treeparser.rb:27:in `parse'
/usr/lib/ruby/1.8/rexml/document.rb:227:in `build'
/usr/lib/ruby/1.8/rexml/document.rb:43:in `initialize'

/usr/lib/ruby/gems/1.8/gems/passenger-2.2.11/lib/phusion_passenger/abstract_server.rb:352:in
`main_loop'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.11/lib/phusion_passenger/abstract_server.rb:196:in
`start_synchronously'
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.11/bin/passenger-spawn-server:61
...
No close tag for /lists/list
Line:
Position:
Last 80 unconsumed characters:
Output was:
 <?xml version="1.0"?>
<lists>
<list
   path="file:///var/data/svn/test">
Rendering template within layouts/base
Rendering common/error (404)
Completed in 222ms (View: 52, DB: 46) | 404 Not Found
[http://redmine.hl-media.fr/projects/test/repository]


Could someone help to troubleshoot the issue?

Replies (1)

RE: redmine does not create svn repository - Added by Andrew Lush almost 13 years ago

Sorry forgot to put the underlying system info:

root@server1:~# ruby -v
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]

*** LOCAL GEMS ***
fastthread (1.0.7)
i18n (0.4.2)
passenger (2.2.11)
rack (1.1.0, 1.0.1)
rake (0.8.7)

passenger-2.2.11

root@server1:~# uname -a
Linux RedMine 2.6.24-28-xen #1 SMP Thu May 27 01:27:21 UTC 2010 x86_64 GNU/Linux

root@server1:~# mysql --version
mysql  Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using readline 5.2
    (1-1/1)