You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/04 12:17:06 UTC

[whimsy] branch master updated: svnmucc needs string

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8586b24  svnmucc needs string
8586b24 is described below

commit 8586b241d1177c0196c17be552af81984c931f79
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 4 13:16:55 2020 +0100

    svnmucc needs string
---
 lib/whimsy/asf/svn.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 5496660..8314618 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -572,7 +572,7 @@ module ASF
           basename = File.basename(uri.path).untaint
           parentdir = File.dirname(uri.path).untaint
           uri.path = parentdir
-          parenturl = uri
+          parenturl = uri.to_s
         else
           raise ArgumentError.new("Path '#{path}' must be a file or URL")
         end
@@ -581,7 +581,7 @@ module ASF
       cmdfile = nil
 
       begin
-        
+
         # create an empty checkout
         _.system ['svn', 'checkout', '--depth', 'empty',
           '--non-interactive',