[cmake-developers] [CMake 0012461]: externalproject_add with GIT : fetch without merge

Mantis Bug Tracker mantis at public.kitware.com
Sat Sep 17 06:15:48 EDT 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12461 
====================================================================== 
Reported By:                Valentin Rusu
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12461
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-09-17 06:15 EDT
Last Modified:              2011-09-17 06:15 EDT
====================================================================== 
Summary:                    externalproject_add with GIT : fetch without merge
Description: 
Using externalproject_add via KDE superbuild project.

First time it correctly clones GIT repositories.

Subsequent builds doing "git fetch". This updates GIT internal structures in the
clone, but does not affect local sources, as the "git merge" step is not done.

Possible solutions:
- add "git merge" step,
- replace "git fetch" with "git pull".


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-09-17 06:15 Valentin Rusu  New Issue                                    
======================================================================




More information about the cmake-developers mailing list