Actions
Feature #355
closedsvn+ssh support
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
Updated by Hubert Krukowski over 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? :-)
Updated by Robert Berger over 17 years ago
This would be a helpful addition for me as well...
Updated by Jean-Philippe Lang about 17 years ago
Fix committed in r751.
You'll have to setup a passphrase-less ssh key to access the
repository.
Actions