Changeset 360 in ProjectBuilder for devel/pb/bin
- Timestamp:
- Apr 7, 2008, 11:11:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r358 r360 1170 1170 } 1171 1171 my $res = pb_cms_isdiff($scheme,$ENV{'PBROOTDIR'}); 1172 die "You need to have no differences in $ uribefore creating a new version" if ($res != 0);1172 die "You need to have no differences in $ENV{'PBROOTDIR'} before creating a new version" if ($res != 0); 1173 1173 1174 1174 $res = pb_cms_isdiff($scheme2,$ENV{'PBDIR'}); 1175 die "You need to have no differences in $ pburl->{$ENV{'PBPROJ'}} before creating a new version" if ($res != 0);1175 die "You need to have no differences in $ENV{'PBDIR'} before creating a new version" if ($res != 0); 1176 1176 1177 1177 # Tree identical between PBCONFDIR and PBROOTDIR. The delta is what
Note:
See TracChangeset
for help on using the changeset viewer.