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.
Этот коммит содержится в:
родитель
f897c8a1e0
Коммит
a951fde1ec
2
contrib/dist/gkcommit.pl
поставляемый
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";
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user