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
lifo (committer)
Mon Jul 21 17:43:23 -0700 2008
commit  92f944818eece9fe4bc62ffb39accdb71ebc32be
tree    c7cedc8c6a5e6c060d989b1e44f677da71c68ae5
parent  c67713a2fe78d6f2db49b09771841f5022995703
...
907
908
909
910
 
911
912
913
...
907
908
909
 
910
911
912
913
0
@@ -907,7 +907,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