1
1

Run a final "svn up" at the end of a successful gkcommit so that we

get a stable svnversion number (thereby allowing the next merge).

This commit was SVN r28128.
Этот коммит содержится в:
Jeff Squyres 2013-02-27 15:04:51 +00:00
родитель f897c8a1e0
Коммит a951fde1ec

2
contrib/dist/gkcommit.pl поставляемый
Просмотреть файл

@ -319,6 +319,8 @@ if ($dry_run_arg) {
print "Running: $cmd\n";
if (0 == system($cmd)) {
unlink($commit_file);
print "\nRunning final 'svn up' to get a stable svnversion\n";
system("svn up");
exit(0);
} else {
print "Error during SVN commit!\n";