Fixed missing ds

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2188 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 1472bf27
...@@ -307,7 +307,7 @@ def file(relative_source, relative_destination, file_options = {}) ...@@ -307,7 +307,7 @@ def file(relative_source, relative_destination, file_options = {})
unless options[:pretend] unless options[:pretend]
if options[:svn] if options[:svn]
# If the file has been marked to be added # If the file has been marked to be added
# but has not yet been checked in, revert and elete # but has not yet been checked in, revert and delete
if options[:svn][relative_destination] if options[:svn][relative_destination]
system("svn revert #{destination}") system("svn revert #{destination}")
FileUtils.rm(destination) FileUtils.rm(destination)
...@@ -343,7 +343,7 @@ def directory(relative_path) ...@@ -343,7 +343,7 @@ def directory(relative_path)
unless options[:pretend] unless options[:pretend]
if options[:svn] if options[:svn]
# If the directory has been marked to be added # If the directory has been marked to be added
# but has not yet been checked in, revert and elete # but has not yet been checked in, revert and delete
if options[:svn][relative_path] if options[:svn][relative_path]
system("svn revert #{path}") system("svn revert #{path}")
FileUtils.rmdir(path) FileUtils.rmdir(path)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册