Project

General

Profile

Actions

Feature #355

closed

svn+ssh support

Added by Arne Hormann almost 17 years ago. Updated over 16 years ago.

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

0%

Estimated time:
Resolution:

Description

Please add support for ssh access to svn repositories

Actions #1

Updated by Hubert Krukowski almost 17 years ago

svn+ssh:// syntax is not accepted by this (repository.rb):
validates_format_of :url, :with =>
/^(http|https|svn|file):\/\/.+/i

But if you specify svn+ssh:// syntax by hand in the database
- then it works ok.

An easy fix? :-)

Actions #2

Updated by Robert Berger almost 17 years ago

This would be a helpful addition for me as well...

Actions #3

Updated by Jean-Philippe Lang over 16 years ago

Fix committed in r751.
You'll have to setup a passphrase-less ssh key to access the
repository.

Actions

Also available in: Atom PDF