Description: Upstream changes introduced in version 1.0.4-1~lliurex2 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . redmine (1.0.4-1~lliurex2) UNRELEASED; urgency=low . * NOT RELEASED YET . The person named in the Author field signed this changelog entry. Author: Luis Antonio Garcia Gisbert --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Forwarded: Reviewed-By: Last-Update: Index: b/lib/redmine/scm/adapters/subversion_adapter.rb =================================================================== --- a/lib/redmine/scm/adapters/subversion_adapter.rb 2011-03-07 20:44:40.000000000 +0100 +++ b/lib/redmine/scm/adapters/subversion_adapter.rb 2011-03-08 10:26:57.000000000 +0100 @@ -24,7 +24,8 @@ class SubversionAdapter < AbstractAdapter # SVN executable name - SVN_BIN = "svn" + # SVN_BIN = "svn" + SVN_BIN = "svn --trust-server-cert --non-interactive --config-dir /tmp" class << self def client_version