Changeset 1176 in ProjectBuilder for devel/pb/lib/ProjectBuilder/CMS.pm


Ignore:
Timestamp:
Feb 7, 2011, 2:24:11 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4160@eelzbach2: bruno | 2011-02-06 13:30:39 +0100

  • Adds support for Remote Machines (RM). Not tested yet.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/CMS.pm

    r1174 r1176  
    227227
    228228    # Check whether the file is well formed
    229     (containing already a directory with the project-version name)
     229    # (containing already a directory with the project-version name)
    230230    #
    231231    # If it's not the case, we try to adapt, but distro needing
     
    711711    my $cmsurl = pb_cms_get_uri($scheme,$ENV{$envar});
    712712    my ($scheme2, $account2, $host2, $port2, $path2) = pb_get_uri($cmsurl);
     713    # For svk, scheme doesn't appear in svk info so remove it here in uri coming from conf file
     714    # which needs it to trigger correct behaviour
     715    $uri =~ s/^svk://;
    713716    if ($cmsurl ne $uri) {
    714717        # The local content doesn't correpond to the repository
Note: See TracChangeset for help on using the changeset viewer.