Project

General

Profile

Actions

Defect #3727

open

Redmine.pm doesn't work when merging

Added by Pablo Lerina over 14 years ago. Updated over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM extra
Target version:
-
Start date:
2009-08-10
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

When running a svn merge got this error at Apache error_log:

[Mon Aug 10 15:22:02 2009] [notice] Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8k DAV/2 Phusion_Passenger/2.2.4 SVN/1.6.2 mod_perl/2.0.4 Perl/v5.8.8 configured -- resuming normal operations
Can't make DBI com handle for DBD::Pg::db: unknown package.

This problem was already reported here http://www.redmine.org/boards/2/topics/2512 and here http://www.redmine.org/boards/2/topics/7593.

About your application's environment
Ruby version 1.8.6 (i686-linux)
RubyGems version 1.3.5
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Application root /var/www/redmine
Environment development
Database adapter postgresql
Database schema version 101

Subversion: 1.6.2

vhost conf:

                <Location /svn>
                  DAV svn
                  SVNParentPath "/var/svn/" 
                  SVNPathAuthz off

                  AuthType Basic
                  AuthName redmine
                  Require valid-user

                  PerlAccessHandler Apache::Authn::Redmine::access_handler
                  PerlAuthenHandler Apache::Authn::Redmine::authen_handler

                  RedmineDSN "dbi:Pg:dbname=redmine;host=localhost" 
                  RedmineDbUser "redmine" 
                  RedmineDbPass " " 
                </Location>


Files

image002.png (40.7 KB) image002.png TSvn Error message Daniel Nauck, 2009-09-19 10:36

Related issues

Related to Redmine - Patch #9066: Redmine.pm not working for merges/copy #3727New2011-08-16

Actions
Actions #1

Updated by Pablo Lerina over 14 years ago

And got the error

$ svn merge -r200:HEAD --dry-run https://localhost/svn/proj/trunk
svn: PROPFIND of '/svn/proj/!svn/bc/3095/trunk/src': Could not read status line: Secure connection truncated (https://loclahost)
svn: Error reading spooled REPORT request response
Actions #2

Updated by Ronie Henrich over 14 years ago

+1

Actions #3

Updated by Daniel Nauck over 14 years ago

Hello,

same error with Redmine.pm on Ubuntu 9.04 and PostgreSQL

There're also a lot of bug reports in the Forum about this issue.

Actions #4

Updated by Daniel Nauck over 14 years ago

This forum post is also related, i've this too: http://www.redmine.org/boards/2/topics/4179

Actions #5

Updated by Toshi MARUYAMA about 13 years ago

  • Category changed from SCM to SCM extra
  • Priority changed from High to Normal
Actions #6

Updated by Andreas Reischuck over 12 years ago

I added a patch that might fix this issue: #9066

Actions

Also available in: Atom PDF