Changeset 1801 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/VCS.pm


Ignore:
Timestamp:
Nov 29, 2013, 7:45:04 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix PBREVISION computation for git-svn
  • Export correctly in case of git-svn as well
File:
1 edited

Legend:

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

    r1800 r1801  
    193193            }
    194194            $source = pb_vcs_mod_htftp($source,"git");
    195             pb_system("$vcscmd clone $source $tmp","Exporting $source from $scheme to $tmp ");
     195            pb_system("cp -a $source $tmp","Exporting $source from $scheme to $tmp ");
    196196        } else {
    197197            $uri = pb_vcs_mod_htftp($uri,"git");
Note: See TracChangeset for help on using the changeset viewer.