public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Make script/plugin work with svn+ssh urls. [#662 state:resolved]

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
azimux (author)
Sat Jul 19 16:04:35 -0700 2008
Tarmo Tänav (committer)
Sun Aug 24 09:26:58 -0700 2008
commit  5f732b93ac4f56b4ae00b81d3dc39f0e93e63b85
tree    1bce0d326582a9ca585ff4a446294a67925958b4
parent  c2f1918990b82516b1bf6142274e892df776ffff
...
890
891
892
893
 
894
895
896
...
890
891
892
 
893
894
895
896
0
@@ -890,7 +890,7 @@ class RecursiveHTTPFetcher
0
 
0
   def ls
0
     @urls_to_fetch.collect do |url|
0
-      if url =~ /^svn:\/\/.*/
0
+      if url =~ /^svn(\+ssh)?:\/\/.*/
0
         `svn ls #{url}`.split("\n").map {|entry| "/#{entry}"} rescue nil
0
       else
0
         open(url) do |stream|

Comments