Changeset 84


Ignore:
Timestamp:
Sep 5, 2005, 2:21:30 PM (20 years ago)
Author:
arnault
Message:

Fix cmt_cvs WRT structure strategy - see CL#279

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r83 r84  
     12005-09-05  Christian Arnault  <arnault@lal.in2p3.fr> 279
     2
     3        * source/cmt_cvs.cxx (class CvsImplementation): Fix do_need_version
     4
     5        * source/cmt_project.cxx (StrategyMgr): Initialize VersionStrategy using default
     6
    172005-09-05    <arnault@lal.in2p3.fr> 278
    28
  • CMT/HEAD/source/cmt_cvs.cxx

    r83 r84  
    927927          {
    928928            Use& current_use = Use::current ();
    929             if (current_use.get_strategy ("version_directory"))
     929            if (current_use.get_strategy ("VersionDirectory"))
    930930              {
    931931                need_version = true;
  • CMT/HEAD/source/cmt_project.cxx

    r83 r84  
    19781978  s->m_on_value = "with_version_directory";
    19791979  s->m_off_value = "without_version_directory";
    1980   if (Cmt::get_current_structuring_style () == with_version_directory)
     1980  if (Cmt::get_current_structuring_style () != without_version_directory)
    19811981    {
    19821982      s->m_default_value = true;
Note: See TracChangeset for help on using the changeset viewer.