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 1036d95 Show what cannot be found
1036d95 is described below
commit 1036d950b36175ccb2c01ff40c3e5b9e5fab45c7
Author: Sebb <[email protected]>
AuthorDate: Tue Dec 29 15:05:57 2020 +0000
Show what cannot be found
---
lib/whimsy/asf/svn.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index d86e725..086d5c4 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -914,7 +914,7 @@ module ASF
def self.updatelisting(name, user=nil, password=nil, storedates=false, dir
= nil)
url = self.svnurl(name)
unless url
- return nil, "Cannot find URL"
+ return nil, "Cannot find URL for '#{name}'"
end
listfile, listfiletmp = self.listingNames(name, dir)
filerev = "0"