1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

tool/merger.rb: execute 'svn update' after 'svn ci' to update revision info on working copy.

This commit is contained in:
nagachika 2019-07-27 20:15:53 +09:00
parent 7b727e30fc
commit 73530a9619

View file

@ -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