зеркало из https://github.com/github/ruby.git
tool/merger.rb: execute 'svn update' after 'svn ci' to update revision info on working copy.
This commit is contained in:
Родитель
7b727e30fc
Коммит
73530a9619
|
@ -207,6 +207,7 @@ class << Merger
|
|||
if svn_mode?
|
||||
begin
|
||||
execute('svn', 'ci', '-F', file)
|
||||
execute('svn', 'update') # svn ci doesn't update revision info on working copy
|
||||
ensure
|
||||
execute('rm', '-f', 'subversion.commitlog')
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче