You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to use the /revision file in the Dart SDK to determine the version of the packages contained within, but that file has apparently disappeared. We should generate the version from the timestamp on the /create.stamp file instead.
I made a local build, straight from source, using ./tool/build.py -m release The output dir, xcodebuild/ReleaseIA32/dart-sdk is what I point DART_SDK to.
I suspect our build process only uses "svn info", and it should use "git svn info" if "svn info" isn't working.
Activity
devoncarew commentedon Aug 3, 2012
I still see this file as existing in the latest continuous builds (http://gsdview.appspot.com/dart-editor-archive-continuous/latest/). What archive is it missing from?
sethladd commentedon Aug 3, 2012
I made a local build, straight from source, using ./tool/build.py -m release The output dir, xcodebuild/ReleaseIA32/dart-sdk is what I point DART_SDK to.
I suspect our build process only uses "svn info", and it should use "git svn info" if "svn info" isn't working.
munificent commentedon Aug 17, 2012
Added this to the M1 milestone.
nex3 commentedon Sep 5, 2012
I'm building from Git, and I have a revision file in my SDK output.
sethladd commentedon Sep 13, 2012
Build script generates a revision file for both svn and git now.
Added Fixed label.
DartBot commentedon Jun 5, 2015
This issue has been moved to dart-lang/pub#57.