The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12299 
====================================================================== 
Reported By:                Steven Velez
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12299
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-06-22 15:34 EDT
Last Modified:              2011-06-22 15:35 EDT
====================================================================== 
Summary:                    Visual Studio 10 generation does not support SCC
Integration
Description: 
The CMake Documentation describes the following visual studio-specific project
properties: VS_SCC_PROJECTNAME, VS_SCC_LOCALPATH, VS_SCC_PROVIDER which are
intended to bind a source control provider to generated visual studio projects,
but do not for Visual Studio 10 projects.


Steps to Reproduce: 
add a statement similar to the following to a cmake list file:

        set_target_properties( ${PROJECT_NAME} PROPERTIES
                VS_SCC_PROJECTNAME "Perforce Project"
                VS_SCC_LOCALPATH "${_PERFORCE_LOCAL_PATH}"
                VS_SCC_PROVIDER "MSSCCI:Perforce SCM" )

And generate a vs 10 project.  You'll note that the behavior of the project is
no different than if the properties had been omitted.   vs 9 (and possibly
earlier?) projects generated similarly behave correctly.

Additional Information: 
I have only tested this with the perforce SCC integration, but I am assuming
that if the user enters the right values for the properties for their SCC
provider, the change should work with it.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-06-22 15:35 Steven Velez   New Issue                                    
2011-06-22 15:35 Steven Velez   File Added: 0001-SCC-Support-for-VS10.patch     
              
======================================================================

_______________________________________________
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to