@@ -81,10 +81,12 module Redmine | |||
|
81 | 81 | }) |
|
82 | 82 | }) |
|
83 | 83 | end |
|
84 | rescue | |
|
84 | rescue Exception => e | |
|
85 | logger.info("Error parsing svn output: #{e.message}") | |
|
85 | 86 | end |
|
86 | 87 | end |
|
87 | 88 | return nil if $? && $?.exitstatus != 0 |
|
89 | logger.debug("Found #{entries.size} entries in the repository for #{target(path)}") if logger && logger.debug? | |
|
88 | 90 | entries.sort_by_name |
|
89 | 91 | rescue Errno::ENOENT => e |
|
90 | 92 | raise CommandFailed |
General Comments 0
You need to be logged in to leave comments.
Login now