Subversion Repositories DevTools

Rev

Rev 3987 | Rev 5035 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3987 Rev 4086
Line 243... Line 243...
243
elsif ( defined($opt_releasedir) && ! -d "$opt_rootdir/$opt_projectdir/$opt_releasedir" )
243
elsif ( defined($opt_releasedir) && ! -d "$opt_rootdir/$opt_projectdir/$opt_releasedir" )
244
{
244
{
245
    Error("The specified project/release directory does not exist in the root directory");
245
    Error("The specified project/release directory does not exist in the root directory");
246
}
246
}
247
 
247
 
-
 
248
#
-
 
249
#   This command is destined to be used in a directory where group permissions
-
 
250
#   are important. Ensure that the user is not killing group access
-
 
251
#
-
 
252
umask 0002;
248
 
253
 
249
# Now lets connect and do our thing
254
# Now lets connect and do our thing
250
connectRM(\$DM_DB);
255
connectRM(\$DM_DB);
251
 
256
 
252
 
257