Changeset 632 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Dec 9, 2008, 10:10:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r628 r632 1608 1608 1609 1609 pb_log(2,"Copying $pburl->{$ENV{'PBPROJ'}}/$tmp to $newurl2\n"); 1610 pb_cms_copy($scheme ,"$pburl->{$ENV{'PBPROJ'}}/$tmp",$newurl2);1610 pb_cms_copy($scheme2,"$pburl->{$ENV{'PBPROJ'}}/$tmp",$newurl2); 1611 1611 pb_log(2,"Checkout $newurl2 to $ENV{'PBDIR'}/../$newver\n"); 1612 pb_cms_up($scheme ,"$ENV{'PBDIR'}/..");1612 pb_cms_up($scheme2,"$ENV{'PBDIR'}/.."); 1613 1613 1614 1614 # Update the .pb file
Note:
See TracChangeset
for help on using the changeset viewer.