Changeset 2311 in ProjectBuilder


Ignore:
Timestamp:
Sep 6, 2017, 9:08:45 PM (7 years ago)
Author:
Bruno Cornec
Message:

ALso setup the project VCS in env_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Env.pm

    r2310 r2311  
    13001300        }
    13011301    }
     1302    # ALso setup the source tree
     1303    if ($action =~ /^newproj/) {
     1304        my ($scheme2,$uri) = pb_vcs_init($pbinit);
     1305    }
    13021306    pb_env_create_dirs();
    13031307    umask 0022;
Note: See TracChangeset for help on using the changeset viewer.