##// END OF EJS Templates
Added 2 log messages in SubversionAdapter#entries....
Jean-Philippe Lang -
r732:83eed09109ba
parent child
Show More
@@ -81,10 +81,12 module Redmine
81 })
81 })
82 })
82 })
83 end
83 end
84 rescue
84 rescue Exception => e
85 logger.info("Error parsing svn output: #{e.message}")
85 end
86 end
86 end
87 end
87 return nil if $? && $?.exitstatus != 0
88 return nil if $? && $?.exitstatus != 0
89 logger.debug("Found #{entries.size} entries in the repository for #{target(path)}") if logger && logger.debug?
88 entries.sort_by_name
90 entries.sort_by_name
89 rescue Errno::ENOENT => e
91 rescue Errno::ENOENT => e
90 raise CommandFailed
92 raise CommandFailed
General Comments 0
You need to be logged in to leave comments. Login now