Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Issue 14238039: Make version.dart ready for svn 1.7 checkouts (Closed)

Created:
7 years, 7 months ago by kustermann
Modified:
7 years, 7 months ago
Reviewers:
ricow1, Bill Hesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make version.dart ready for svn 1.7 checkouts As aprelev@ pointed out in http://dartbug.com/10193 subversion 1.7 changed the way metadata is stored in svn checkouts. Similar to git, svn 1.7 checkouts only have one '.svn' directory at the top level. Previously we had the assumption that all directories have a '.svn'. R=ricow@google.com, whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=22170

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -10 lines) Patch
M tools/release/version.dart View 1 1 chunk +20 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kustermann
7 years, 7 months ago (2013-04-29 11:40:55 UTC) #1
Bill Hesse
lgtm https://codereview.chromium.org/14238039/diff/1/tools/release/version.dart File tools/release/version.dart (right): https://codereview.chromium.org/14238039/diff/1/tools/release/version.dart#newcode197 tools/release/version.dart:197: var currentPath = new Path(new Directory.current().path); This is ...
7 years, 7 months ago (2013-04-29 11:58:56 UTC) #2
ricow1
LGTM https://codereview.chromium.org/14238039/diff/1/tools/release/version.dart File tools/release/version.dart (right): https://codereview.chromium.org/14238039/diff/1/tools/release/version.dart#newcode204 tools/release/version.dart:204: if (currentPath.toString() == "/") { On 2013/04/29 11:58:56, ...
7 years, 7 months ago (2013-04-30 07:21:28 UTC) #3
kustermann
https://codereview.chromium.org/14238039/diff/1/tools/release/version.dart File tools/release/version.dart (right): https://codereview.chromium.org/14238039/diff/1/tools/release/version.dart#newcode197 tools/release/version.dart:197: var currentPath = new Path(new Directory.current().path); On 2013/04/29 11:58:56, ...
7 years, 7 months ago (2013-04-30 09:38:44 UTC) #4
kustermann
7 years, 7 months ago (2013-04-30 10:17:24 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r22170 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698