This project is archived and is in readonly mode.
fix for inability to do ./script/plugin list svn+ssh://....
Reported by azimux | July 20th, 2008 @ 12:21 AM | in 2.x
Hi, if you do a script/plugin list on a svn+ssh:// location, it will try to treat it as http. It works fine with svn:// however.
I fixed this by modifying the regular expression in RecursiveHTTPFetcher.ls
It's a simple fix, but I went ahead and attatched the relevant patch to this ticket.
I also made a branch for this fix at http://github.com/azimux/rails/t...
Comments and changes to this ticket
-
Repository July 22nd, 2008 @ 01:46 AM
- State changed from new to resolved
(from [92f944818eece9fe4bc62ffb39accdb71ebc32be]) Make script/plugin work with svn+ssh urls. [#662 state:resolved]
Signed-off-by: Pratik Naik
-
Repository August 25th, 2008 @ 09:28 AM
(from [5f732b93ac4f56b4ae00b81d3dc39f0e93e63b85]) Make script/plugin work with svn+ssh urls. [#662 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 662 fix for inability to do ./script/plugin list svn+ssh://.... (from [5f732b93ac4f56b4ae00b81d3dc39f0e93e63b85]) Make sc...