Project

General

Profile

Actions

Defect #11343

closed

I'm solved svn connect https protocl

Added by 인혁 최 almost 12 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

svn https protocol connect fail..

So I'm solved this problem

/lib/redmine/scm/adapters/subversion_adapter.rb

fix that's line
str << " --no-auth-cache --non-interactive"
to
str << " --no-auth-cache --non-interactive --trust-server-cert"

Only that fix that svn connect is success

please edit that's line


Related issues

Is duplicate of Redmine - Defect #5236: Can't browse SVN of private project w/o giving a login and pass in settingsNew2010-04-02

Actions
Actions #1

Updated by Toshi MARUYAMA almost 7 years ago

  • Category set to SCM
  • Status changed from New to Closed
  • Resolution changed from Wont fix to Duplicate

Duplicate of #5236.

Actions #2

Updated by Toshi MARUYAMA almost 7 years ago

  • Is duplicate of Defect #5236: Can't browse SVN of private project w/o giving a login and pass in settings added
Actions

Also available in: Atom PDF