View Issue Details

IDProjectCategoryView StatusLast Update
0004596Slicer4Core: Building (CMake, Superbuild)public2018-08-09 16:42
Reporterinorton Assigned To 
PrioritynormalSeveritytweakReproducibilityhave not tried
Status assignedResolutionopen 
Product Version 
Target VersionbacklogFixed in Version 
Summary0004596: Revision defaults to last git-svn update
Description

(Opening this to keep a record, but please consider low priority/"nice-to-have" because I understand the issue and have a work-around. It may be incidentally fixed anyway, or go away, if/when we fully transition to git)

If a local checkout has used both git and git-svn, the revision in vtkSlicerConfigure.h tracks the last git-svn update. This is because FindGit.cmake sets variables from git-svn after git. This can be problematic (and confusing) when the revision number is stuck at the same number as an already-installed nightly which has set some incompatible library paths set in the Extensions-####.ini file.

TagsNo tags attached.

Activities

inorton

inorton

2018-08-09 16:38

developer   ~0015953

We could probably do something with the following info, but it might be a little tricky/brittle:

https://stackoverflow.com/questions/25583436/how-to-find-the-git-hash-for-an-svn-revision-when-git-mirror-of-an-svn-repo-is-u

Issue History

Date Modified Username Field Change
2018-08-09 16:38 inorton New Issue
2018-08-09 16:38 inorton Status new => assigned
2018-08-09 16:38 inorton Assigned To => jcfr
2018-08-09 16:38 inorton Note Added: 0015953
2018-08-09 16:42 jcfr Assigned To jcfr =>
2018-08-09 16:42 jcfr Target Version => backlog