Changeset 51745 in webkit
- Timestamp:
- Dec 6, 2009, 7:27:54 PM (15 years ago)
- Location:
- trunk/WebKitTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKitTools/ChangeLog
r51742 r51745 1 2009-12-06 Dan Bernstein <mitz@apple.com> 2 3 Reviewed by Adele Peterson. 4 5 REGRESSION (r51728): update-webkit fails when the current directory is 6 not inside a Subversion working copy 7 https://bugs.webkit.org/show_bug.cgi?id=32204 8 9 * Scripts/update-webkit: Invoke isSVN() in the correct working 10 directory. 11 1 12 2009-12-06 Adam Barth <abarth@webkit.org> 2 13 -
trunk/WebKitTools/Scripts/update-webkit
r51728 r51745 48 48 determineIsChromium(); 49 49 50 chdirWebKit(); 51 50 52 my $isGit = isGit(); 51 53 my $isSVN = isSVN(); … … 72 74 push @svnOptions, qw(--accept postpone) if isSVNVersion16OrNewer(); 73 75 74 chdirWebKit();75 76 print "Updating OpenSource\n" unless $quiet; 76 77 runSvnUpdate() if $isSVN;
Note:
See TracChangeset
for help on using the changeset viewer.