remove trailing white-spaces and empty lines from extra/svn/reposman.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5825 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-17 13:32:08 +00:00
parent 5b8dfe0372
commit 574511fced
1 changed files with 4 additions and 8 deletions

View File

@ -246,7 +246,6 @@ projects.each do |project|
repos_path = File.join($repos_base, project.identifier).gsub(File::SEPARATOR, File::ALT_SEPARATOR || File::SEPARATOR)
if File.directory?(repos_path)
# we must verify that repository has the good owner and the good
# rights before leaving
other_read = other_read_right?(repos_path)
@ -304,9 +303,6 @@ projects.each do |project|
log("\trepository #{repos_path} not registered in Redmine: #{e.message}");
end
end
log("\trepository #{repos_path} created");
end
end